Browse Source

Words and typos

master
Chris Smith 4 years ago
parent
commit
9d0c116189
Signed by: Chris Smith <chris@chameth.com> GPG Key ID: 3A2D4BBDC4A3C9A9
2 changed files with 4 additions and 2 deletions
  1. 2
    0
      content/docs/language/definitions.adoc
  2. 2
    2
      content/docs/programming/golang.adoc

+ 2
- 0
content/docs/language/definitions.adoc View File

@@ -11,10 +11,12 @@ Concomitant:: Naturally accompanying or associated ("comes with its own concomit
11 11
 Droit du seigneur:: A feudal right said to have existed in medieval Europe giving the lord to whom it belonged the right to sleep the first night with the bride of any one of his vassals
12 12
 Exegesis:: Critical analysis or interpretation, especially of scripture
13 13
 Junta:: A council or committee for political or government purposes, especially after a revolutionary seizure of power
14
+Lepidopterology:: Branch of entomology concerning the study of months and butterflies
14 15
 Malaphor:: Blend of two aphorisms, idioms, or clichés ("We'll burn that bridge when we come to it") [informal]
15 16
 Matutolypea:: The state of being extraordinarily grumpy, irritable, and plain anti-social first thing in the morning
16 17
 Oubliette:: A dungeon with an opening only at the top
17 18
 Polemic::  A controversial argument, or person inclined to controversy, argument, or refutation
19
+Quixotic:: Foolishly impractical in pursuit of ideals
18 20
 Quotidian:: Everyday; commonplace; occuring daily
19 21
 Seraglio:: Living quarters reserved for wives and concubines and female relatives in a Muslim household
20 22
 Wabi-sabi:: A Japanese philosophy often described as appreciating the beauty in imperfection

+ 2
- 2
content/docs/programming/golang.adoc View File

@@ -35,7 +35,7 @@ blocking read on the channel:
35 35
 
36 36
 === Libraries
37 37
 
38
-- https://github.com/gorilla/mux[gorilla/max], HTTP request router and despatcher
38
+- https://github.com/gorilla/mux[gorilla/mux], HTTP request router and dispatcher
39 39
 - https://github.com/gorilla/csrf[gorilla/csrf], CSRF middleware
40 40
 - https://github.com/jamiealquiza/envy/[envy], exposes flags as environment variables
41 41
 - https://github.com/guregu/null[null], defines nullable types for use with both SQL and JSON
@@ -44,4 +44,4 @@ blocking read on the channel:
44 44
 
45 45
 - https://dave.cheney.net/practical-go/presentations/qcon-china.html[Practical Go]:
46 46
   "Real world advice for writing maintainable Go programs"
47
-- https://leanpub.com/productiongo/read[Production Go] book
47
+- https://leanpub.com/productiongo/read[Production Go] book

Loading…
Cancel
Save