ClojureBridge/curriculum

Incorrect result in Sets example

Closed this issue · 1 comments

In https://github.com/ClojureBridge/curriculum/blob/master/outline/data_structures.md
Line 235

(set ["earth" "mars" "venus"])
;=> #{1 2 3}

expect should be #{"earth" "mars" "venus"}

Got it. Thanks @turbomarc