1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-04-14 03:12:24 +02:00
This commit is contained in:
bureken 2015-10-31 03:33:13 +03:00
parent f0a4c88acf
commit a72017573d

View File

@ -16,7 +16,7 @@ will see how it is extended later on.
```Clojure
; Comments start with a semicolon.
; Anythng after the semicolon is ignored.
; Anything after the semicolon is ignored.
;;;;;;;;;;;;;;;;;;;
;;; Basic Types ;;;