diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-11-01 05:24:44 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-11-05 22:45:48 +0100 |
commit | 4de70f5b9581bd0e35e7af3b6fb1eb835d538555 (patch) | |
tree | 024a025d26b1d70030616b2747145ac01c1a9def /src | |
parent | 672977414343fdc9c3dee912b77f77120c7ab1da (diff) | |
download | rneovim-4de70f5b9581bd0e35e7af3b6fb1eb835d538555.tar.gz rneovim-4de70f5b9581bd0e35e7af3b6fb1eb835d538555.tar.bz2 rneovim-4de70f5b9581bd0e35e7af3b6fb1eb835d538555.zip |
doc
- update standard-plugin-list. closes #8388
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index fed20a272a..7fcccfd988 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -1028,7 +1028,7 @@ Array nvim_get_api_info(uint64_t channel_id) /// @param attributes Informal attributes describing the client. Clients might /// define their own keys, but the following are suggested: /// - "website" Website of client (for instance github repository) -/// - "license" Informal descripton of the license, such as "Apache 2", +/// - "license" Informal description of the license, such as "Apache 2", /// "GPLv3" or "MIT" /// - "logo" URI or path to image, preferably small logo or icon. /// .png or .svg format is preferred. |