We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509fe8c commit cff02d5Copy full SHA for cff02d5
ch2/ch2-mandelbrot/src/main.rs
@@ -55,7 +55,7 @@ fn render_mandelbrot(escape_vals: Vec<Vec<usize>>) {
55
0..=2 => ' ',
56
3..=5 => '.',
57
6..=10 => '•',
58
- 11..30 => '*',
+ 11..=30 => '*',
59
31..=100 => '+',
60
101..=200 => 'x',
61
201..=400 => '$',
0 commit comments