Explorar o código

Merge pull request #476 from mslehto/mongodoc

modules/ndb_mongodb: fixes documentation typo
Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
79fb4e9c6f

+ 1 - 1
modules/ndb_mongodb/README

@@ -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.

+ 1 - 1
modules/ndb_mongodb/doc/ndb_mongodb_admin.xml

@@ -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