You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/12/15 16:55:59 UTC

geode git commit: CTR: Fixed doc typo of an extra period.

Repository: geode
Updated Branches:
  refs/heads/develop 96949ef53 -> 6d1afc5e0


CTR: Fixed doc typo of an extra period.


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/6d1afc5e
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/6d1afc5e
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/6d1afc5e

Branch: refs/heads/develop
Commit: 6d1afc5e013725045a3487cb03f5290621e3e503
Parents: 96949ef
Author: Karen Miller <km...@pivotal.io>
Authored: Thu Dec 15 08:54:50 2016 -0800
Committer: Karen Miller <km...@pivotal.io>
Committed: Thu Dec 15 08:54:50 2016 -0800

----------------------------------------------------------------------
 geode-docs/reference/topics/region_shortcuts_reference.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/6d1afc5e/geode-docs/reference/topics/region_shortcuts_reference.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/reference/topics/region_shortcuts_reference.html.md.erb b/geode-docs/reference/topics/region_shortcuts_reference.html.md.erb
index d1af590..dfdaa39 100644
--- a/geode-docs/reference/topics/region_shortcuts_reference.html.md.erb
+++ b/geode-docs/reference/topics/region_shortcuts_reference.html.md.erb
@@ -518,7 +518,7 @@ Region | size | 0
 
 ### Description
 
-A region configured with the <span class="keyword parmname">PARTITION\_PERSISTENT\_OVERFLOW</span> region shortcut has state that is partitioned across each peer member that creates the region. The region writes its state to disk and can recover that state when the member restarts. . The region removes the values of entries from memory when it detects that the JVM is running low on memory.
+A region configured with the <span class="keyword parmname">PARTITION\_PERSISTENT\_OVERFLOW</span> region shortcut has state that is partitioned across each peer member that creates the region. The region writes its state to disk and can recover that state when the member restarts. The region removes the values of entries from memory when it detects that the JVM is running low on memory.
 
 ### Default Attributes