mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 07:15:22 +00:00
fixed typos (#19316)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user