Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(coc.txt): Correct spelling resutl to result #4711

Merged
merged 2 commits into from
Jul 21, 2023
Merged

docs(coc.txt): Correct spelling resutl to result #4711

merged 2 commits into from
Jul 21, 2023

Conversation

itsf4llofstars
Copy link
Contributor

docs(coc.txt): Correct spelling resutl to result

Correct spelling error in doc/coc.txt, Line: 2379

resutl was corrected to result

When callback function exists as the last argument, the callback
function is called with `error` string as the first argument and
  -	`resutl` as the second argument.  When no callback exists, error
  +	`result` as the second argument.  When no callback exists, error
message would be echoed.

Chceckout |coc-actions| for available actions.

Using grep I found no other reference to the word resutl in the projects structure. I'm not knowledgeable enough to know what is going on with the CocActionAsync function so please let me know if their are any problems with this PR. I've only made one other PR to an actuall project, Vim, the others being repositories for first time users. Thanks for the completion plugin and opportunity to contribute.

cheers;
itsf4llofstars

./doc/coc.txt: Line: 2379 - Correct spelling resutl to result
in CocActionAsync() function documentation
@fannheyward fannheyward merged commit 3dc6153 into neoclide:master Jul 21, 2023
@itsf4llofstars itsf4llofstars deleted the ifos branch July 23, 2023 06:01
chemzqm added a commit that referenced this pull request Jul 26, 2023
3dc6153 Correct spelling `resutl` to `result` (#4711)
3d14e72 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 (#4706)
2280f9a chore(deps): bump semver from 7.5.0 to 7.5.2 (#4685)
1df60fc docs: fix wrong prefix of CocList command options, ref commit 1d3b424 (#4631)
537f12b fix(rpc): fix unknown function error (#4675)
2a0e554 feat(ci): test with nvim nightly (#4661)
edcc376 chore(README): improve mappings (#4510)
0df7380 fix(notify): use nvim_buf_set_lines for nvim (#4542)
5704b37 chore(exception): typo workspaceContains (#4545)
19c782e chore(yarn): upgrade dev-dependencies (#4627)
e51a7cd fix(list): fix opening an empty buffer in the help action of the extensions (#4652)
3014125 feat: add coc.preferences.tagDefinitionTimeout (#4601)
43f4daa fix(util): properly escape breakat (#4597)
628f08a fix: hide list correctly on vim (#4584)
94dc105 fix(api): Fix Buffer.getVar() for non-current buffer (#4569)
b28b8dc fix(util): patchLine, byte aligned (#4526)
79e9e04 Fix typos and grammatical errors (#4521)
59a942d docs: fix typo termainal -> terminal (#4514)
8c0d3ef fix(semanticTokens): make indexing of highlight groups more consistent (#4500)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants