There was an error while loading. Please reload this page.
2 parents 95c48e3 + 8f9ba7e commit 186fb75Copy full SHA for 186fb75
README.md
@@ -32,6 +32,10 @@ too.
32
You can generate a PDF or an HTML copy of this guide using
33
[Transmuter](https://github.com/TechnoGate/transmuter).
34
35
+Translations of the guide are available in the following languages:
36
+
37
+* [Korean](https://github.com/kwakbab/clojure-style-guide/blob/master/README-koKO.md)
38
39
## Table of Contents
40
41
* [Source Code Layout & Organization](#source-code-layout--organization)
@@ -277,7 +281,7 @@ when there are no arguments on the same line as the function name.
277
281
([x y]
278
282
(+ x y)))
279
283
280
- ;; okay - the other arities are applications of the two-arity
284
+ ;; okay - the other arities are applications of the two-arity
285
(defn foo
286
"I have two arities."
287
0 commit comments