Skip to content

minor spelling/grammar edits #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2012
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