Skip to content

Commit 46ca8d9

Browse files
authored
small typo correction (#95)
1 parent 65668ef commit 46ca8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Primes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ julia> prevprimes(10, 3)
807807
3
808808
809809
julia> prevprimes(10, 10)
810-
3-element Array{Int64,1}:
810+
4-element Array{Int64,1}:
811811
7
812812
5
813813
3

0 commit comments

Comments
 (0)