Skip to content

Commit da4f64f

Browse files
authored
fix whitespace in README
1 parent 772f350 commit da4f64f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Vector3 vector = hexA.Offset();
4141
// iterate all neighbour coordinates
4242
foreach (HexCoords neighbour in hexA.Neighbours())
4343
{
44-
// do something with neighbour here
44+
// do something with neighbour here
4545
}
4646
```
4747

@@ -92,4 +92,4 @@ hexPosition = HexMath.PointToHexPosition(vector, gridScale: 2.5f);
9292

9393
// convert HexPosition to HexCoords by rounding the coordinates
9494
coords = HexMath.RoundPositionToCoords(hexPosition);}
95-
```
95+
```

0 commit comments

Comments
 (0)