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
8 changes: 4 additions & 4 deletions source/tutorial/isolate-sequence-of-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ manage isolated sequences of operations:
Update if Current
-----------------

In this patter, you will:
In this pattern, you will:

- queries for a document,
- query for a document,

- modifies the fields in that document
- modify the fields in that document

- and updates the fields of a document *only if* the fields have not
- and update the fields of a document *only if* the fields have not
changed in the collection since the query.

Consider the following example in JavaScript which attempts to update
Expand Down