diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2017-12-06 16:15:08 +0100 |
---|---|---|
committer | Tobias Klauser <tobias.klauser@gmail.com> | 2017-12-06 15:25:36 +0000 |
commit | ba2db584c77feda13f0a6df3ebf5a225bf0a8225 (patch) | |
tree | 32457b830f22b22084d21c2578bee114399b3cf4 /doc/editors.html | |
parent | 1d547e4a68f1acff6b7d1c656ea8aa665e34055f (diff) | |
download | go-git-ba2db584c77feda13f0a6df3ebf5a225bf0a8225.tar.gz |
doc: fix spelling in editor guide
Change-Id: If16f069f410d043fd11864a4c1a7d54b5b4922d2
Reviewed-on: https://go-review.googlesource.com/82200
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'doc/editors.html')
-rw-r--r-- | doc/editors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/editors.html b/doc/editors.html index 84fb068918..8228eb2578 100644 --- a/doc/editors.html +++ b/doc/editors.html @@ -58,7 +58,7 @@ The following feature matrix lists and compares the most significant features. <td class="yes">Yes</td> </tr> <tr> - <td>Autocompletion of identifers (variable, method, and function names)</td> + <td>Autocompletion of identifiers (variable, method, and function names)</td> <td class="yes">Yes</td> <td class="yes">Yes</td> <td class="yes">Yes</td> |