Skip to content

Commit 5f288a8

Browse files
authored
Update index.md
1 parent 9a49d47 commit 5f288a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ julia> st = 1:100;
5656

5757
julia> ss = StreamSample{Int}(st, 5, 100);
5858

59-
julia> m = Int[];
59+
julia> r = Int[];
6060

6161
julia> for x in ss
6262
push!(r, x)

0 commit comments

Comments
 (0)