Skip to content

Commit

Permalink
docs: updated documentation for varDeclared procedure
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 0334fbad36d62a096797bdd631c645a9a27291fb6cd5a2f318155b24ae001acc
  • Loading branch information
thindil committed Jun 9, 2024
1 parent 4b8618e commit b4cd5a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/rules/vardeclared.nim
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
## * varDeclared is the name of the rule. It is case-insensitive, thus it can be
## set as *vardeclared*, *varDeclared* or *vArDeClArEd*.
## * declarationType is the desired type of variable's declaration to check.
## Possible values are: full - the declaration must have declared type and
## value for the variable, type - the declaration must have declared type for
## the variable, value - the declaration must have declared value for the
## variable, stadardtypes - the declaration has declared the variable with
## Possible values are: *full* - the declaration must have declared type and
## value for the variable, *type* - the declaration must have declared type for
## the variable, *value* - the declaration must have declared value for the
## variable, *standardtypes* - the declaration has declared the variable with
## type int or string.
##
## Disabling the rule
Expand Down

0 comments on commit b4cd5a7

Please sign in to comment.