fixed typos (#19316)

This commit is contained in:
Smarcy
2022-01-03 21:04:15 +01:00
committed by GitHub
parent 526a32e169
commit fcf1df6e56

View File

@@ -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)