aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaana Burcu Dogan <jbd@google.com>2017-08-04 12:59:55 -0700
committerJaana Burcu Dogan <jbd@google.com>2017-08-04 20:18:16 +0000
commit58ad0176ca280c07a966249a3208f707ee0b1989 (patch)
tree305de0701fd9cdb29aca82fd2e87b34e4e773914
parent92dac21d292e5125c00f7b1c7c4a8f3f92d28245 (diff)
downloadgo-58ad0176ca280c07a966249a3208f707ee0b1989.tar.gz
go-58ad0176ca280c07a966249a3208f707ee0b1989.zip
doc: use better wording to explain type-aware completion
Some editors can filter the autocompletion suggestions based on whether the code will compile once autocompleted. Explain this feature with better wording. Change-Id: I29e4b0396878f18c79208915402c0a209a813b04 Reviewed-on: https://go-review.googlesource.com/53355 Reviewed-by: Florin Patan <florinpatan@gmail.com> Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/editors.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/editors.html b/doc/editors.html
index 05986d9ad2..264f5af920 100644
--- a/doc/editors.html
+++ b/doc/editors.html
@@ -65,7 +65,7 @@ The following feature matrix lists and compares the most significant features.
<td class="yes">Yes</td>
</tr>
<tr>
- <td>Autocompletion based on type</td>
+ <td>Type-aware autocompletion</td>
<td class="no">No</td>
<td class="no">No</td>
<td class="yes">Yes</td>