From 7e94e05d5bcdcc4aae251fe83c435dfb22d78ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Tue, 5 Apr 2022 01:28:22 +0200 Subject: [PATCH] better comment --- modules/submap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/submap.js b/modules/submap.js index b3ca8b2b..c15d91f7 100644 --- a/modules/submap.js +++ b/modules/submap.js @@ -315,7 +315,7 @@ window.Submap = (function () { INFO && console.groupEnd("Generated Map " + seed); } - /* find the nearest fulfilling filter f *and* having at + /* find the nearest cell accepted by filter f *and* having at * least one *neighbor* fulfilling filter g, up to cell-distance `max` * returns [cellid, neighbor] tuple or undefined if no such cell. */