Skip to content

Commit 0189772

Browse files
authored
remove trailing whitespace from #41448 (#41480)
This currently causes the whitespace check to fail.
1 parent 27c8f60 commit 0189772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/operators.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,8 @@ Modulus after flooring division, returning a value `r` such that `mod(r, y) == m
876876
in the range ``(0, y]`` for positive `y` and in the range ``[y,0)`` for negative `y`.
877877
878878
With integer arguments and positive `y`, this is equal to `mod(x, 1:y)`, and hence natural
879-
for 1-based indexing. By comparison, `mod(x, y) == mod(x, 0:y-1)` is natural for computations with
880-
offsets or strides.
879+
for 1-based indexing. By comparison, `mod(x, y) == mod(x, 0:y-1)` is natural for computations with
880+
offsets or strides.
881881
882882
See also [`mod`](@ref), [`fld1`](@ref), [`fldmod1`](@ref).
883883

0 commit comments

Comments
 (0)