From 30ef6c80efee7e4e72365d6fe53e6d96e3c8f0c6 Mon Sep 17 00:00:00 2001 From: Kim Nielsen Date: Tue, 19 Feb 2019 07:11:54 +0100 Subject: [PATCH] Fix small typo --- doc/vim-go.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim-go.txt b/doc/vim-go.txt index f7458b1ae2..ddfaa0f018 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -783,7 +783,7 @@ CTRL-t *:GoRemoveTags* :[range]GoRemoveTags [key],[option] [key1],[option1] ... - Rmove field tags for the fields of a struct. If called inside a struct it + Remove field tags for the fields of a struct. If called inside a struct it automatically remove all field tags. An error message is given if it's called outside a struct definition or if the file is not correctly formatted