Skip to content

Commit 6b8aedf

Browse files
authored
Fix documentation of unique operator (#6541)
Signed-off-by: Ben Sherman <[email protected]>
1 parent 2657524 commit 6b8aedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ An optional {ref}`closure <script-closure>` can be used to transform each item b
16571657
```
16581658

16591659
:::{note}
1660-
The difference between `unique` and `distinct` is that `unique` removes *all* duplicate values, whereas `distinct` removes only *consecutive* duplicate values. As a result, `unique` must process the entire source channel before it can emit anything, whereas `distinct` can emit each value immediately.
1660+
The difference between `unique` and `distinct` is that `unique` removes *all* duplicate values, whereas `distinct` removes only *consecutive* duplicate values.
16611661
:::
16621662

16631663
See also: [distinct](#distinct)

0 commit comments

Comments
 (0)