Skip to content

Commit fefe766

Browse files
shaunlebroningydotnet
authored andcommitted
www: Fix example error in doc/chain.md
1 parent e3ceb53 commit fefe766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `get+` looks up a key in a map (like the `get` function in Clojure) but
3636
given `x.y` looks for the string key `"y"` or the keyword `:y` or the symbol
3737
`'y` in the map `x`.
3838

39-
Instead of needing to write `(:k y)` or `(get x "y")` or `(get x 'y)` depending
39+
Instead of needing to write `(:y x)` or `(get x "y")` or `(get x 'y)` depending
4040
on the type of the key, you can just write `x.y`.
4141

4242
When `.` is used to call a function, the value of the LHS is passed as the first

0 commit comments

Comments
 (0)