浏览代码

Remove double space in bootstrap checks docs

This commit removes a double space in the G1GC check section of the
bootstrap check docs.
Jason Tedor 9 年之前
父节点
当前提交
1f0c6cd137
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/setup/bootstrap-checks.asciidoc

+ 1 - 1
docs/reference/setup/bootstrap-checks.asciidoc

@@ -165,7 +165,7 @@ forking will not be supported with seccomp enabled.
 === G1GC check
 === G1GC check
 
 
 Early versions of the HotSpot JVM that shipped with JDK 8 are known to have
 Early versions of the HotSpot JVM that shipped with JDK 8 are known to have
-issues that can lead to  index corruption when the G1GC collector is enabled.
+issues that can lead to index corruption when the G1GC collector is enabled.
 The versions impacted are those earlier than the version of HotSpot that
 The versions impacted are those earlier than the version of HotSpot that
 shipped with JDK 8u40. The G1GC check detects these early versions of the
 shipped with JDK 8u40. The G1GC check detects these early versions of the
 HotSpot JVM.
 HotSpot JVM.