Skip to content

Commit d6ed2b5

Browse files
committed
make consistent in episode 6; fix #16
1 parent 2e3556b commit d6ed2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-numba-jit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ time saved by running in parallel.
126126

127127
> ## Larger problem size
128128
>
129-
> Retry the example above with a matrix size of $$1000 \times 1000$
129+
> Retry the example above with a matrix size of $1000 \times 1000$
130130
> instead of $100 \times 100$, and see how the parallel and serial
131131
> performance compare.
132132
{: .challenge}

0 commit comments

Comments
 (0)