From dd40bf81e6978319bbe8178468c8572fae839397 Mon Sep 17 00:00:00 2001 From: thindil Date: Fri, 15 Dec 2023 05:03:07 +0000 Subject: [PATCH] docs: fixed documentation for resetOptions procedure FossilOrigin-Name: 98d2c18130afb834c6df1c866720a657cfcef8baaaa7cccbe68d4e35e98058a6 --- src/options.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.nim b/src/options.nim index a945b425..1d9211b3 100644 --- a/src/options.nim +++ b/src/options.nim @@ -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