Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed May 19, 2020
1 parent 3b099ee commit b237916
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ end_array
end_object
```

You can apply a filter to the stream using the pipe syntax, for example,
You can apply a filter to a cursor using the pipe syntax, for example,

```c++
int main()
Expand Down Expand Up @@ -664,7 +664,7 @@ end_array (n/a)
end_array (n/a)
```

You can apply a filter to the stream using the pipe syntax, for example,
You can apply a filter to a cursor using the pipe syntax, for example,

```c++
int main()
Expand Down
2 changes: 1 addition & 1 deletion doc/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ end_array

#### Filter the event stream

You can apply a filter to the stream using the pipe syntax.
You can apply a filter to a cursor using the pipe syntax.

```c++

Expand Down
2 changes: 1 addition & 1 deletion doc/ref/cbor/cbor.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ end_array (n/a)
end_array (n/a)
```

You can apply a filter to the stream using the pipe syntax, for example,
You can apply a filter to a cursor using the pipe syntax, for example,

```c++
int main()
Expand Down
2 changes: 1 addition & 1 deletion doc/ref/ubjson/ubjson.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ double_value: 23.8889 (n/a)
end_array (n/a)
```

You can apply a filter to the stream using the pipe syntax, for example,
You can apply a filter to a cursor using the pipe syntax, for example,

```c++
int main()
Expand Down

0 comments on commit b237916

Please sign in to comment.