Skip to content

Commit ccd1882

Browse files
vemvlread
andauthored
doc: clarify that stand-alone symbols do not support Clojure's auto-resolve (#207)
* doc: complete a table * docs: clarify n/a for auto-resolve symbols * docs: clarify auto-resolve and stand-alone symbols Ok, this change closes this one! Thanks, @borkdude for the suggestion. Co-authored-by: Lee Read <[email protected]>
1 parent ef30556 commit ccd1882

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

doc/01-user-guide.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,29 +1072,27 @@ If the code you are parsing doesn't use namespaced maps or you have no interest
10721072
In Clojure keywords and symbols can be qualified.
10731073
A recap via examples:
10741074

1075-
* Stand-alone keyword and symbols:
1075+
* Stand-alone keywords:
10761076
+
10771077
|===
1078-
| |keyword|symbol
1078+
| |keyword
10791079

10801080
|unqualified
10811081
a|`:my-kw`
1082-
a|`'my-symbol`
10831082

10841083
|qualified
10851084
a|`:prefix/my-kw`
1086-
a|`'prefix/my-symbol`
1085+
10871086

10881087
|auto-resolved current namespace
10891088
a|`::my-kw`
1090-
a|n/a
10911089

10921090
|auto-resolved namespaced alias
10931091
a|`::my-ns-alias/my-kw`
1094-
a|n/a
10951092

10961093
|===
10971094

1095+
10981096
* Namespaced keyword and symbols:
10991097
+
11001098
|===

0 commit comments

Comments
 (0)