diff --git a/examples/maps/manhattan_grid/js/example.js b/examples/maps/manhattan_grid/js/example.js index aaaa59a6..90591e6e 100644 --- a/examples/maps/manhattan_grid/js/example.js +++ b/examples/maps/manhattan_grid/js/example.js @@ -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'],