Skip to content

Commit

Permalink
fixed typos (nim-lang#19316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smarcy authored and PMunch committed Mar 28, 2022
1 parent 37e26f9 commit b479006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimpretty/nimpretty.nim
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ proc main =

var backup = false
# when `on`, create a backup file of input in case
# `prettyPrint` could over-write it (note that the backup may happen even
# if input is not actually over-written, when nimpretty is a noop).
# `prettyPrint` could overwrite it (note that the backup may happen even
# if input is not actually overwritten, when nimpretty is a noop).
# --backup was un-documented (rely on git instead).
var opt = PrettyOptions(indWidth: 0, maxLineLen: 80)

Expand Down

0 comments on commit b479006

Please sign in to comment.