sid-srini commented on code in PR #7747:
URL: https://github.com/apache/netbeans/pull/7747#discussion_r1757160826
##########
ide/editor.settings/src/org/netbeans/api/editor/settings/SimpleValueNames.java:
##########
@@ -295,7 +295,7 @@ public final class SimpleValueNames {
public static final String COMPLETION_AUTO_POPUP =
"completion-auto-popup"; // NOI18N
/**
- * Whether the code completion query search will be case sensitive
+ * Whether the code completion query search will be case-sensitive
* Values: java.lang.Boolean
*/
public static final String COMPLETION_CASE_SENSITIVE =
"completion-case-sensitive"; // NOI18N
Review Comment:
I have removed the unrelated grammatical change in this file. Thanks.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists