better comment

This commit is contained in:
Mészáros Gergely 2022-04-05 01:28:22 +02:00
parent 5461685d23
commit 7e94e05d5b

View file

@ -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.
*/