aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-02-10 08:42:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-02-10 08:42:56 +0200
commite707e32bf16f5d15c041ce4c31299b5ef02bd692 (patch)
tree6c92af47109bc4b8a8784f1392eb991b34a0dd22 /NEWS
parente3229562cc80ac4c10f26beb8d7102f5329d4ade (diff)
Proofreading fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 076a35a..3f85272 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Version 2.2.0
* Support for prepared queries. Prepared queries are a thin wrapper around
the underlying database system's prepared statements functionality. They
provide a way to perform potentially expensive query preparation tasks
- only once and then execute the query multiple time. For more information,
+ only once and then execute the query multiple times. For more information,
refer to Section 4.5, "Prepared Queries" in the ODB manual as well as the
'prepared' example in the odb-examples package.
@@ -69,8 +69,8 @@ Version 2.2.0
* Support for "smart" containers. A smart container is provided with
additional functions which allow it to insert, update, and delete
- individual elements in the database. Change-tracking containers are an
- example of a smart container that utilizes this new functionality.
+ individual elements in the database. Change-tracking containers are
+ examples of smart containers that utilizes this new functionality.
Currently only ordered smart containers are supported. Note also that
with this addition the names of the database functions provided by the
ODB compiler (see libodb/odb/container-traits.hxx) have changed. This