[DOCS] Fix typo in RoutingNode comment (#58079) (#58454)

Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
James Rodewig 2020-06-23 13:07:08 -04:00 committed by GitHub
parent f67fee387b
commit affc3954e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class RoutingNode implements Iterable<ShardRouting> {
/**
* Add a new shard to this node
* @param shard Shard to crate on this Node
* @param shard Shard to create on this Node
*/
void add(ShardRouting shard) {
assert invariant();