From d930affb050c7620b6eb44efc2e262bf03310bf5 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 9 Jul 2012 15:59:09 +0200 Subject: [PATCH] minor change manhattan grid example comments --- examples/maps/manhattan_grid/js/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],