settings.mjs: typo in comment

This commit is contained in:
Starbeamrainbowlabs 2020-09-03 17:01:50 +01:00
parent dc480aa9a4
commit 515dcb4b8d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import path from 'path';
const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
// Default settings object
// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our maina PhD-Code codebase.
// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our main PhD-Code codebase.
export default {
cli: {
program_name: "terrain50",