Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/loops_ii/drawing_isosceles_triangles.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Another fun shape is the isosceles triangle.
*****
```

For this one, the each row of the triangle needs to have spaces before it to shift it in to the
For this one, each row of the triangle needs to have spaces before it to shift it in to the
center. How much each row needs to be shifted depends on how big the trangle will be overall.

In this case with three rows of `*`s, the top `*` needs two space characters before it
Expand Down
1 change: 0 additions & 1 deletion src/loops_ii/empty_statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ for (int i = 6; i > 2;) {
// 5
// 4
// 3
// 2
~}
```

Expand Down