Skip to content

Commit

Permalink
docs: fixed documentation for resetOptions procedure
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 98d2c18130afb834c6df1c866720a657cfcef8baaaa7cccbe68d4e35e98058a6
  • Loading branch information
thindil committed Dec 15, 2023
1 parent 0d48049 commit dd40bf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.nim
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,11 @@ proc resetOptions*(arguments; db): ResultCode {.sideEffect, raises: [], tags: [
## Reset the selected option's value to default value. If name of the option
## is set to "all", reset all options to their default values
##
## * arguments - the user entered text with arguments for the variable, its
## * arguments - the user entered text with arguments for the command, its
## name or all
## * db - the connection to the shell's database
##
## Returns QuitSuccess if the variable(s) correctly reseted, otherwise QuitFailure.
## Returns QuitSuccess if the option(s) correctly reseted, otherwise QuitFailure.
require:
arguments.len > 0
db != nil
Expand Down

0 comments on commit dd40bf8

Please sign in to comment.