Skip to content

Commit

Permalink
fux typo
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Jul 11, 2022
1 parent 1b97267 commit fdf116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ user=> (-> G (d/add-V :test {:aa 33 :cc 44}))
user=> (u/commit! G)
nil
user=> (def vxs (-> G traversal V (has-label :test) (has :aa) util/into-vec!))
user=> (def vxs (-> G traversal V (has-label :test) (has :aa) u/into-vec!))
#'user/vxs
user=> (map #(value % :aa) vxs)
Expand Down

0 comments on commit fdf116b

Please sign in to comment.