Browse Source

Fix spelling #209

Sergey Prokhorov 5 years ago
parent
commit
62a14eb934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -427,7 +427,7 @@ epgsql:execute_batch(C, "INSERT INTO account (name, age) VALUES ($1, $2) RETURNI
                      [ ["Joe", 35], ["Paul", 26], ["Mary", 24] ]).
 ```
 
-In case one of the batch items will cause an error, result returned for this particular
+In case one of the batch items causes an error, the result returned for this particular
 item will be `{error, #error{}}` and no more results will be produced.
 
 `epgsqla:execute_batch/{2,3}` sends `{C, Ref, Results}`