diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/vim-ai.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 03c7e4d..1747965 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -198,7 +198,7 @@ Example of a role: > [grammar] prompt = fix spelling and grammar - config.options.temperature = 0.4 + options.temperature = 0.4 Now you can select text and run it with command `:AIEdit /grammar`. See roles-example.ini for more examples. |