mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 15:31:28 +00:00
fixes a typo
This commit is contained in:
@@ -3511,7 +3511,7 @@ proc `*=`*[T: SomeOrdinal|uint|uint64](x: var T, y: T) {.
|
||||
|
||||
proc `+=`*[T: float|float32|float64] (x: var T, y: T) {.
|
||||
inline, noSideEffect.} =
|
||||
## Increments in placee a floating point number
|
||||
## Increments in place a floating point number
|
||||
x = x + y
|
||||
|
||||
proc `-=`*[T: float|float32|float64] (x: var T, y: T) {.
|
||||
|
||||
Reference in New Issue
Block a user