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
 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
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
 Exegesis:: Critical analysis or interpretation, especially of scripture
12
 Exegesis:: Critical analysis or interpretation, especially of scripture
13
 Junta:: A council or committee for political or government purposes, especially after a revolutionary seizure of power
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
 Malaphor:: Blend of two aphorisms, idioms, or clichés ("We'll burn that bridge when we come to it") [informal]
15
 Malaphor:: Blend of two aphorisms, idioms, or clichés ("We'll burn that bridge when we come to it") [informal]
15
 Matutolypea:: The state of being extraordinarily grumpy, irritable, and plain anti-social first thing in the morning
16
 Matutolypea:: The state of being extraordinarily grumpy, irritable, and plain anti-social first thing in the morning
16
 Oubliette:: A dungeon with an opening only at the top
17
 Oubliette:: A dungeon with an opening only at the top
17
 Polemic::  A controversial argument, or person inclined to controversy, argument, or refutation
18
 Polemic::  A controversial argument, or person inclined to controversy, argument, or refutation
19
+Quixotic:: Foolishly impractical in pursuit of ideals
18
 Quotidian:: Everyday; commonplace; occuring daily
20
 Quotidian:: Everyday; commonplace; occuring daily
19
 Seraglio:: Living quarters reserved for wives and concubines and female relatives in a Muslim household
21
 Seraglio:: Living quarters reserved for wives and concubines and female relatives in a Muslim household
20
 Wabi-sabi:: A Japanese philosophy often described as appreciating the beauty in imperfection
22
 Wabi-sabi:: A Japanese philosophy often described as appreciating the beauty in imperfection

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

35
 
35
 
36
 === Libraries
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
 - https://github.com/gorilla/csrf[gorilla/csrf], CSRF middleware
39
 - https://github.com/gorilla/csrf[gorilla/csrf], CSRF middleware
40
 - https://github.com/jamiealquiza/envy/[envy], exposes flags as environment variables
40
 - https://github.com/jamiealquiza/envy/[envy], exposes flags as environment variables
41
 - https://github.com/guregu/null[null], defines nullable types for use with both SQL and JSON
41
 - https://github.com/guregu/null[null], defines nullable types for use with both SQL and JSON
44
 
44
 
45
 - https://dave.cheney.net/practical-go/presentations/qcon-china.html[Practical Go]:
45
 - https://dave.cheney.net/practical-go/presentations/qcon-china.html[Practical Go]:
46
   "Real world advice for writing maintainable Go programs"
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