Repository: couchdb-documentation Updated Branches: refs/heads/master b0408b438 -> be1872c7b
remove curious character that broke the pdflatex build Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/be1872c7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/be1872c7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/be1872c7 Branch: refs/heads/master Commit: be1872c7b1ba1b5593ebb427e8c68c732e25feb3 Parents: b0408b4 Author: Jan Lehnardt <[email protected]> Authored: Thu May 21 22:24:27 2015 +0200 Committer: Jan Lehnardt <[email protected]> Committed: Thu May 21 22:24:27 2015 +0200 ---------------------------------------------------------------------- src/cluster/sharding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/be1872c7/src/cluster/sharding.rst ---------------------------------------------------------------------- diff --git a/src/cluster/sharding.rst b/src/cluster/sharding.rst index 4df71b0..568eb7e 100644 --- a/src/cluster/sharding.rst +++ b/src/cluster/sharding.rst @@ -107,7 +107,7 @@ small there. Let us look in it. Yes, you can get it with curl too: * ``_rev`` The current revision of the metadata. * ``shard_suffix`` The numbers after small and before .couch. The number of seconds after UNIX epoch that the database was created. Stored in ASCII. -* ``changelog`` Self explaining.ãOnly for admins to read. +* ``changelog`` Self explaining. Only for admins to read. * ``by_node`` Which shards each node have. * ``by_rage`` On which nodes each shard is.
