summaryrefslogtreecommitdiff
path: root/client/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/model.h')
-rw-r--r--client/model.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/model.h b/client/model.h
index 3b565701ff9..3437d3bdd5e 100644
--- a/client/model.h
+++ b/client/model.h
@@ -25,11 +25,11 @@ namespace mongo {
/** Model is a base class for defining objects which are serializable to the Mongo
database via the database driver.
- *Definition*
+ Definition
Your serializable class should inherit from Model and implement the abstract methods
below.
- *Loading*
+ Loading
To load, first construct an (empty) object. Then call load(). Do not load an object
more than once.
*/