Skip to content

Commit 6ff2982

Browse files
authored
Fix code output (#75)
* Fix grammar * Fix syntax * Fix variable name * Change back to IO * Fix spacing * Add spacing and fix grammar * Fix grammar * Fix my own error * Fix code output * Fix grammar
1 parent 9b69215 commit 6ff2982

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/loops_ii/drawing_isosceles_triangles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Another fun shape is the isosceles triangle.
88
*****
99
```
1010

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

1414
In this case with three rows of `*`s, the top `*` needs two space characters before it

src/loops_ii/empty_statements.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ for (int i = 6; i > 2;) {
1414
// 5
1515
// 4
1616
// 3
17-
// 2
1817
~}
1918
```
2019

0 commit comments

Comments
 (0)