Skip to content

Commit

Permalink
remove trailing whitespace from JuliaLang#41448 (JuliaLang#41480)
Browse files Browse the repository at this point in the history
This currently causes the whitespace check to fail.
  • Loading branch information
simeonschaub committed Jul 6, 2021
1 parent 27c8f60 commit 0189772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/operators.jl
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ Modulus after flooring division, returning a value `r` such that `mod(r, y) == m
in the range ``(0, y]`` for positive `y` and in the range ``[y,0)`` for negative `y`.
With integer arguments and positive `y`, this is equal to `mod(x, 1:y)`, and hence natural
for 1-based indexing. By comparison, `mod(x, y) == mod(x, 0:y-1)` is natural for computations with
offsets or strides.
for 1-based indexing. By comparison, `mod(x, y) == mod(x, 0:y-1)` is natural for computations with
offsets or strides.
See also [`mod`](@ref), [`fld1`](@ref), [`fldmod1`](@ref).
Expand Down

0 comments on commit 0189772

Please sign in to comment.