Skip to content

Commit a472c80

Browse files
committed
Fix the namespace aliases table
1 parent 1f0c020 commit a472c80

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.adoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -639,44 +639,44 @@ Bellow are some common idiomatic aliases:
639639

640640
|===
641641
| Namespace | Idiomatic Alias
642-
| io
643642
| clojure.java.io
644-
| set
643+
| io
645644
| clojure.set
646-
| str
645+
| set
647646
| clojure.string
648-
| walk
647+
| str
649648
| clojure.walk
650-
| zip
649+
| walk
651650
| clojure.zip
652-
| xml
651+
| zip
653652
| clojure.data.xml
654-
| as
653+
| xml
655654
| clojure.core.async
656-
| mat
655+
| as
657656
| clojure.core.matrix
658-
| edn
657+
| mat
659658
| clojure.edn
660-
| pp
659+
| edn
661660
| clojure.pprint
662-
| spec
661+
| pp
663662
| clojure.spec.alpha
664-
| csv
663+
| spec
665664
| clojure.data.csv
666-
| json
665+
| csv
667666
| cheshire.core
668-
| time
667+
| json
669668
| java-time
670-
| http
669+
| time
671670
| clj-http.client
672-
| log
671+
| http
673672
| clojure.tools.logging
674-
| sql
673+
| log
675674
| hugsql.core
676-
| yaml
675+
| sql
677676
| clj-yaml.core
678-
| sh
677+
| yaml
679678
| clojure.java.shell
679+
| sh
680680
|===
681681

682682
=== A Recipe for Good Namespace Aliases

0 commit comments

Comments
 (0)