浏览代码

fix escape \

mitm001 5 年之前
父节点
当前提交
e593c0e097
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/modules/sdk/pages/code_editor.adoc

+ 2 - 2
docs/modules/sdk/pages/code_editor.adoc

@@ -20,7 +20,7 @@ image::sdk/netbeans_code_completion.png[netbeans_code_completion.png,width="",he
 *Code Completion*
 
 *  Complete keyword / method / variable: kbd:[Ctrl+Space] +
-Alternatively you can also use kbd:[Ctrl+\\]
+Alternatively you can also use kbd:[Ctrl+\ ]
 **  Customize Code Completion options: menu:Tools[Options > Editor > Code Completion]
 
 *  Show expected parameters of this method in a tooltip: kbd:[Ctrl+P]
@@ -82,7 +82,7 @@ and press Enter: The editor generates skeleton code for a Javadoc comment.
 *  btn:[RMB] click the project in the Projects window and choose Generate Javadoc.
 *  btn:[RMB] click a file and choose menu:Tools[Analyze Javadoc]
 
-To display a javadoc popup in the editor, place the caret in a line and press kbd:[Ctrl+Space] (Alternatively use kbd:[Ctrl+\\]).
+To display a javadoc popup in the editor, place the caret in a line and press kbd:[Ctrl+Space] (Alternatively use kbd:[Ctrl+\ ]).
 
 *  If the javadoc popup doesn't work, make certain that
 **  You have the Java JDK documentation installed and set up: menu:Tools[Java Platforms]