Skip to content

Commit

Permalink
docs(vimdoc): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 7, 2024
1 parent d2d9e02 commit df23ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rustaceanvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ rustaceanvim.crate-graph.Opts *rustaceanvim.crate-graph.Opts*
{enabled_graphviz_backends?} (string[])
Override the enabled graphviz backends list, used for input validation and autocompletion.
{pipe?} (string)
Overide the pipe symbol in the shell command.
Override the pipe symbol in the shell command.
Useful if using a shell that is not supported by this plugin.


Expand Down
2 changes: 1 addition & 1 deletion lua/rustaceanvim/config/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ vim.g.rustaceanvim = vim.g.rustaceanvim
---Override the enabled graphviz backends list, used for input validation and autocompletion.
---@field enabled_graphviz_backends? string[]
---
---Overide the pipe symbol in the shell command.
---Override the pipe symbol in the shell command.
---Useful if using a shell that is not supported by this plugin.
---@field pipe? string

Expand Down

0 comments on commit df23ea0

Please sign in to comment.