Skip to content

Commit

Permalink
Merge pull request #476 from mslehto/mongodoc
Browse files Browse the repository at this point in the history
modules/ndb_mongodb: fixes documentation typo
  • Loading branch information
miconda committed Jan 20, 2016
2 parents 35e71ff + 4de2390 commit 79fb4e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ndb_mongodb/README
Expand Up @@ -105,7 +105,7 @@ Chapter 1. Admin Guide

3.1. server (str)

Specify the details to connect to REDIS server. It takes a list of
Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be name and
uri. Name is a generic identifier to be used with module functions. The
uri parameter must be a valid MongoDB database connection string.
Expand Down
2 changes: 1 addition & 1 deletion modules/ndb_mongodb/doc/ndb_mongodb_admin.xml
Expand Up @@ -62,7 +62,7 @@
<section id="ndb_mongodb.p.server">
<title><varname>server</varname> (str)</title>
<para>
Specify the details to connect to REDIS server. It takes a list of
Specify the details to connect to MongoDB server. It takes a list of
attribute=value separated by semicolon, the attributes can be
name and uri. Name is a generic identifier to be used
with module functions. The uri parameter must be a valid
Expand Down

0 comments on commit 79fb4e9

Please sign in to comment.