Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -4502,7 +4502,7 @@ The value _should_ be `23`, but the two clients did not read and write to the `p
| Option | Description |
| :---------- | :------------------------------------------------------------ |
| `increment` | Adds `n` to the current value. |
| `decrement` | Subtacts `n` from the current value. |
| `decrement` | Subtracts `n` from the current value. |
| `multiply` | Multiplies the current value by `n`. |
| `divide` | Divides the current value by `n`. |
| `set` | Sets the current field value. Identical to `{ myField : n }`. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4761,7 +4761,7 @@ The value _should_ be `23`, but the two clients did not read and write to the `p
| Option | Description |
| :---------- | :------------------------------------------------------------ |
| `increment` | Adds `n` to the current value. |
| `decrement` | Subtacts `n` from the current value. |
| `decrement` | Subtracts `n` from the current value. |
| `multiply` | Multiplies the current value by `n`. |
| `divide` | Divides the current value by `n`. |
| `set` | Sets the current field value. Identical to `{ myField : n }`. |
Expand Down