Skip to content

Commit 33823ec

Browse files
authored
Fix typo in rand doc string (#35734)
1 parent 7b7f63b commit 33823ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/Random/src/Random.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Pick a random element or array of random elements from the set of values specifi
310310
* a string (considered as a collection of characters), or
311311
* a type: the set of values to pick from is then equivalent to `typemin(S):typemax(S)` for
312312
integers (this is not applicable to [`BigInt`](@ref)), to ``[0, 1)`` for floating
313-
point numbers and to ``[0, 1)+i[0, 1)]`` for complex floating point numbers;
313+
point numbers and to ``[0, 1)+i[0, 1)`` for complex floating point numbers;
314314
315315
`S` defaults to [`Float64`](@ref).
316316
When only one argument is passed besides the optional `rng` and is a `Tuple`, it is interpreted

0 commit comments

Comments
 (0)