Skip to content

Commit 4c6c192

Browse files
committed
Fix grammar
1 parent 221546f commit 4c6c192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)