summaryrefslogtreecommitdiff
path: root/src/docs/transactions.dox
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-06-03 17:32:54 +1000
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-06-03 17:32:54 +1000
commit9bec83fa52eea50cd271aaa9440b3f20f45ae4e3 (patch)
tree0f62b887963013b47397bb07d291362f40ec78dc /src/docs/transactions.dox
parent48bc339fa8adf248f1c92d5096e37046c3be0a70 (diff)
downloadmongo-9bec83fa52eea50cd271aaa9440b3f20f45ae4e3.tar.gz
Doc typo: there is no need for "::" after a structure name.
Diffstat (limited to 'src/docs/transactions.dox')
-rw-r--r--src/docs/transactions.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/transactions.dox b/src/docs/transactions.dox
index 75f39db9e67..7acdaf619a2 100644
--- a/src/docs/transactions.dox
+++ b/src/docs/transactions.dox
@@ -24,7 +24,7 @@ properties:
@section transactions_api Transactional API
-In WiredTiger, transaction operations are methods off the WT_SESSION::
+In WiredTiger, transaction operations are methods off the WT_SESSION
class.
Applications call WT_SESSION::begin_transaction to start a new transaction.