From f71c25888387efd5888a309b7aa5e40d5529ed38 Mon Sep 17 00:00:00 2001 From: ptah23 Date: Fri, 20 Jan 2017 10:28:12 +0000 Subject: [PATCH] Update deploy-sharded-cluster-hashed-sharding.txt direction is for range-based sharding. for hash-based it should surely be "hashed" --- source/tutorial/deploy-sharded-cluster-hashed-sharding.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt b/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt index 8dd7310b6ac..8959f9a0797 100644 --- a/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt +++ b/source/tutorial/deploy-sharded-cluster-hashed-sharding.txt @@ -179,4 +179,4 @@ The following operation shards the target collection using the .. code-block:: javascript - sh.shardCollection(".", { : } ) + sh.shardCollection(".", { : "hashed" } )