Skip to content

Commit

Permalink
Merge branch 'tp33'
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Apr 11, 2018
2 parents acaa5e8 + cf6f974 commit 973eda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/recipes/collections.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ g.V().
by(values))
----
The addition steps above `unfold()` the `Map` to key-value entries and filter the values for "n/a" and remove them
The additional steps above `unfold()` the `Map` to key-value entries and filter the values for "n/a" and remove them
prior to reconstructing the `Map` with the method shown earlier. To go a step further, apply the pattern presented
earlier to flatten `List` values within a `Map`:
Expand Down

0 comments on commit 973eda2

Please sign in to comment.