minor change manhattan grid example comments
This commit is contained in:
parent
e73519ec6d
commit
d930affb05
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ Ox.load('Image', function() {
|
|||
/*
|
||||
Broadway has two poles as well, and constructing them will make drawing
|
||||
easier. Ox.mod is the modulo function. Unlike `-90 % 360`,
|
||||
which in JavaScript is -90, Ox.mod(-90, 360) returns 270.
|
||||
which in JavaScript is -90, `Ox.mod(-90, 360)` returns 270.
|
||||
*/
|
||||
westBroadway: Ox.getPoint(
|
||||
points['0 & 0'],
|
||||
|
|
Loading…
Reference in a new issue