Skip to content

Commit 8dd58a4

Browse files
authored
whitespace fix in randcycle (#50493)
1 parent e2e34f6 commit 8dd58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Random/src/misc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ argument specifies a random number generator, see [Random Numbers](@ref).
344344
The element type of the result is the same as the type of `n`.
345345
346346
!!! compat "Julia 1.1"
347-
In Julia 1.1 and above, `randcycle` returns a vector `v` with
347+
In Julia 1.1 and above, `randcycle` returns a vector `v` with
348348
`eltype(v) == typeof(n)` while in Julia 1.0 `eltype(v) == Int`.
349349
350350
# Examples

0 commit comments

Comments
 (0)