From 92e1488c083608179412874b7e54b6ec03da1f32 Mon Sep 17 00:00:00 2001 From: kay Date: Fri, 30 Nov 2012 15:40:50 -0500 Subject: [PATCH] minor spelling/grammar edits --- source/tutorial/isolate-sequence-of-operations.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/tutorial/isolate-sequence-of-operations.txt b/source/tutorial/isolate-sequence-of-operations.txt index 2a9d7a84cc1..a16dbc2e95f 100644 --- a/source/tutorial/isolate-sequence-of-operations.txt +++ b/source/tutorial/isolate-sequence-of-operations.txt @@ -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