Fix minor typo in MIRVExecution

This commit is contained in:
PilkeySEK
2025-03-08 18:21:49 +01:00
parent 37043ab479
commit 8fca3f6c3d
+1 -1
View File
@@ -182,7 +182,7 @@ export class MirvExecution implements Execution {
}
return tile;
}
console.log("could find place giving up");
console.log("couldn't find place, giving up");
return null;
}