From 84e7b4405be5e9ce04afa21dcaf0195b2f8219f8 Mon Sep 17 00:00:00 2001 From: Tayfun Turgut Date: Sat, 11 Jan 2020 20:12:35 +0300 Subject: [PATCH] Fix typo --- src/easystar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/easystar.js b/src/easystar.js index 8323066..1190697 100755 --- a/src/easystar.js +++ b/src/easystar.js @@ -172,7 +172,7 @@ EasyStar.js = function() { * have a large tile-map and don't want to block your thread while * finding a path. * - * @param {Number} iterations The number of searches to prefrom per calculate() call. + * @param {Number} iterations The number of searches to perform per calculate() call. **/ this.setIterationsPerCalculation = function(iterations) { iterationsPerCalculation = iterations;