Skip to content

Commit 186fb75

Browse files
committed
Merge pull request bbatsov#121 from kwakbab/korean
Add Korean version
2 parents 95c48e3 + 8f9ba7e commit 186fb75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ too.
3232
You can generate a PDF or an HTML copy of this guide using
3333
[Transmuter](https://github.com/TechnoGate/transmuter).
3434

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+
3539
## Table of Contents
3640

3741
* [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.
277281
([x y]
278282
(+ x y)))
279283

280-
;; okay - the other arities are applications of the two-arity
284+
;; okay - the other arities are applications of the two-arity
281285
(defn foo
282286
"I have two arities."
283287
([x y]

0 commit comments

Comments
 (0)