diff --git a/pdex/src/processing/mode/experimental/CompletionPanel.java b/pdex/src/processing/mode/experimental/CompletionPanel.java index c446ccf21..8987690d9 100644 --- a/pdex/src/processing/mode/experimental/CompletionPanel.java +++ b/pdex/src/processing/mode/experimental/CompletionPanel.java @@ -296,7 +296,7 @@ public class CompletionPanel { /** * Inserts the CompletionCandidate chosen from the suggestion list * @param completionSource - whether being completed via keypress or mouse click. - * @return true if code was successfully inserted at the caret position + * @return true - if code was successfully inserted at the caret position */ public boolean insertSelection(int completionSource) { if (completionList.getSelectedValue() != null) {