This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 13db5a4  revise grammar (#197)
13db5a4 is described below

commit 13db5a42f74d72f8ba6fd88a97c9aed500d9c4c5
Author: Russell Carter <russell....@gmail.com>
AuthorDate: Wed Oct 16 11:56:08 2019 -0400

    revise grammar (#197)
---
 1.3/user_manual/Writing_Accumulo_Clients.md | 2 +-
 1.4/user_manual/Writing_Accumulo_Clients.md | 2 +-
 1.5/accumulo_user_manual.html               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/1.3/user_manual/Writing_Accumulo_Clients.md 
b/1.3/user_manual/Writing_Accumulo_Clients.md
index a31f91c..916a071 100644
--- a/1.3/user_manual/Writing_Accumulo_Clients.md
+++ b/1.3/user_manual/Writing_Accumulo_Clients.md
@@ -25,7 +25,7 @@ All clients must first identify the Accumulo instance to 
which they will be comm
 
 ## <a id="Writing_Data"></a> Writing Data
 
-Data are written to Accumulo by creating Mutation objects that represent all 
the changes to the columns of a single row. The changes are made atomically in 
the TabletServer. Clients then add Mutations to a BatchWriter which submits 
them to the appropriate TabletServers. 
+Data is written to Accumulo by creating Mutation objects that represent all 
the changes to the columns of a single row. The changes are made atomically in 
the TabletServer. Clients then add Mutations to a BatchWriter which submits 
them to the appropriate TabletServers. 
 
 Mutations can be created thus: 
     
diff --git a/1.4/user_manual/Writing_Accumulo_Clients.md 
b/1.4/user_manual/Writing_Accumulo_Clients.md
index f8dd316..21eae70 100644
--- a/1.4/user_manual/Writing_Accumulo_Clients.md
+++ b/1.4/user_manual/Writing_Accumulo_Clients.md
@@ -48,7 +48,7 @@ All clients must first identify the Accumulo instance to 
which they will be comm
 
 ## <a id="Writing_Data"></a> Writing Data
 
-Data are written to Accumulo by creating Mutation objects that represent all 
the changes to the columns of a single row. The changes are made atomically in 
the TabletServer. Clients then add Mutations to a BatchWriter which submits 
them to the appropriate TabletServers. 
+Data is written to Accumulo by creating Mutation objects that represent all 
the changes to the columns of a single row. The changes are made atomically in 
the TabletServer. Clients then add Mutations to a BatchWriter which submits 
them to the appropriate TabletServers. 
 
 Mutations can be created thus: 
     
diff --git a/1.5/accumulo_user_manual.html b/1.5/accumulo_user_manual.html
index 0916317..14941ef 100644
--- a/1.5/accumulo_user_manual.html
+++ b/1.5/accumulo_user_manual.html
@@ -1246,7 +1246,7 @@ http://www.gnu.org/software/src-highlite -->
 </div>
 <div class="sect2">
 <h3 id="_writing_data">4.3. Writing Data</h3>
-<div class="paragraph"><p>Data are written to Accumulo by creating Mutation 
objects that represent all the
+<div class="paragraph"><p>Data is written to Accumulo by creating Mutation 
objects that represent all the
 changes to the columns of a single row. The changes are made atomically in the
 TabletServer. Clients then add Mutations to a BatchWriter which submits them to
 the appropriate TabletServers.</p></div>

Reply via email to