Skip to content

Commit fc45d03

Browse files
authored
Merge pull request #86 from metayan/fix-boxes
Add missing source quote endings
2 parents 53fbdda + fb0e571 commit fc45d03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/md/articles/language/collections_and_sequences.md

+2
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ index of a vector or for the value in a set. If the key is not present,
583583
;; in a set, returns the value itself if present
584584
(get #{1 10 100 2 20 200} 1)
585585
;; ⇒ 1
586+
```
586587

587588
```klipse-clojure
588589
;; returns nil if key is not present
@@ -1137,6 +1138,7 @@ returned.
11371138
```klipse-clojure
11381139
(get-in family [:son :pants])
11391140
;; ⇒ nil
1141+
```
11401142

11411143
```klipse-clojure
11421144
(def locations

0 commit comments

Comments
 (0)