Skip to content

Commit 7f6f5a5

Browse files
committed
typo
1 parent 4b73295 commit 7f6f5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Points Lines Planes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ enum Slope {
2929
```
3030
`Line2D` also contains a `Direction` enum. This is introduced in order to make lines directional in order to be able to determine what is left and right of a certain line. It is `.increasing` if the line points in positive y direction and `.decreasing` if it points in the negative y direction.
3131

32-
`Line2D`'s offset is the the y-coordinate where the line crosses the vertical x=0 line
32+
`Line2D`'s offset is the the y-coordinate where the line crosses the vertical `x=0` line.
3333

3434
*Written for the Swift Algorithm Club by Jaap Wijnen.*

0 commit comments

Comments
 (0)