Skip to content

Commit 65101fa

Browse files
authored
Merge pull request #250 from ClojureCivitas/aog-4
aog in clojure wip
2 parents 1cef595 + 24f3736 commit 65101fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_visualization/aog_in_clojure_part1.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@
10661066
(defn =key
10671067
"Add a = sign to the name of a given keyword."
10681068
[k]
1069-
(-> k name (str "-") keyword))
1069+
(->> k name (str "=") keyword))
10701070

10711071
(defn mapping
10721072
"Define aesthetic mappings from data columns to visual properties.

0 commit comments

Comments
 (0)