Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 061a024

Browse files
authored
Fix typo in namespace alias
1 parent db3dbae commit 061a024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_local-io/4-13_parallelizing-file-processing-using-iota.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To count the words in a very large file, for example:
2424

2525
[source,clojure]
2626
----
27-
(require '[iota :as io]
27+
(require '[iota :as iota]
2828
'[clojure.core.reducers :as r]
2929
'[clojure.string :as str])
3030

0 commit comments

Comments
 (0)