From 6a649647b164f9729e14237118e1fe8a075ea363 Mon Sep 17 00:00:00 2001 From: walterhiggins Date: Mon, 27 May 2013 22:06:02 +0100 Subject: [PATCH] typo - Drone.times() --- docs/api.md | 4 ++-- src/main/javascript/drone/drone.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api.md b/docs/api.md index 5a40e9e..a00b8aa 100644 --- a/docs/api.md +++ b/docs/api.md @@ -878,8 +878,8 @@ Used when placing torches so that they face towards the drone. drone.box( blocks.torch + ':' + Drone.PLAYER_TORCH_FACING[drone.dir]); -Drone times Method -================== +Drone.times() Method +==================== The times() method makes building multiple copies of buildings easy. It's possible to create rows or grids of buildings without resorting to `for` or `while` loops. Parameters diff --git a/src/main/javascript/drone/drone.js b/src/main/javascript/drone/drone.js index 362dadd..511c894 100644 --- a/src/main/javascript/drone/drone.js +++ b/src/main/javascript/drone/drone.js @@ -751,8 +751,8 @@ Used when placing torches so that they face towards the drone. }; }; /************************************************************************** -Drone times Method -================== +Drone.times() Method +==================== The times() method makes building multiple copies of buildings easy. It's possible to create rows or grids of buildings without resorting to `for` or `while` loops. Parameters