Skip to content

Commit

Permalink
fix a typo (rename temporal to temporary (#18892) [backport]
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Sep 24, 2021
1 parent 7e5eab5 commit 4adada0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/strutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ func countLines*(s: string): int {.rtl, extern: "nsuCountLines".} =
## Returns the number of lines in the string `s`.
##
## This is the same as `len(splitLines(s))`, but much more efficient
## because it doesn't modify the string creating temporal objects. Every
## because it doesn't modify the string creating temporary objects. Every
## `character literal <manual.html#lexical-analysis-character-literals>`_
## newline combination (CR, LF, CR-LF) is supported.
##
Expand Down

0 comments on commit 4adada0

Please sign in to comment.