Skip to content

Commit 58ad017

Browse files
committed
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 <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]>
1 parent 92dac21 commit 58ad017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/editors.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h2 id="options">Options</h2>
6565
<td class="yes">Yes</td>
6666
</tr>
6767
<tr>
68-
<td>Autocompletion based on type</td>
68+
<td>Type-aware autocompletion</td>
6969
<td class="no">No</td>
7070
<td class="no">No</td>
7171
<td class="yes">Yes</td>

0 commit comments

Comments
 (0)