Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/streaming-analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These functions correspond to the SQL commands ``SELECT`` and ``WHERE``.
... map(get([1, 2])),
... list)

*note: this uses the curried_ versions of ``map`` and ``filter``.*
Note: this uses the `curried`_ versions of ``map`` and ``filter``.

Of course, these operations are also well supported with standard
list/generator comprehension syntax. This syntax is more often used and
Expand Down