From 15464cddd864d34c1ff00f45b5406cfdbb971202 Mon Sep 17 00:00:00 2001 From: Thijs Cadier Date: Fri, 25 Dec 2015 16:05:51 +0100 Subject: [PATCH] Fix typo in docs --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 2ce02bc..6bf9aaa 100644 --- a/src/client.rs +++ b/src/client.rs @@ -1,4 +1,4 @@ -//! Client to access to a MongoDB nog, replica set or sharded cluster. +//! Client to access to a MongoDB node, replica set or sharded cluster. //! //! Get started by creating a `ClientPool` you can use to pop a `Client`.