style: Fix some misspellings and grammar in code documentation

fowl -> foul, among other things
This commit is contained in:
Hundrec 2024-09-28 17:51:50 -07:00 committed by Cameron Taylor
parent 67f7b638fb
commit 6df80ba69d
2 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ class Preferences
}
/**
* Whether some particularly fowl language is displayed.
* Whether some particularly foul language is displayed.
* @default `true`
*/
public static var naughtyness(get, set):Bool;

View file

@ -1152,7 +1152,7 @@ typedef SaveDataOptions =
var framerate:Int;
/**
* Whether some particularly fowl language is displayed.
* Whether some particularly foul language is displayed.
* @default `true`
*/
var naughtyness:Bool;
@ -1188,20 +1188,20 @@ typedef SaveDataOptions =
var autoPause:Bool;
/**
* Offset the users inputs by this many ms.
* Offset the user's inputs by this many ms.
* @default `0`
*/
var inputOffset:Int;
/**
* Affects the delay between the audio and the visuals during gameplay
* Affects the delay between the audio and the visuals during gameplay.
* @default `0`
*/
var audioVisualOffset:Int;
/**
* If we want the framerate to be unlocked on HTML5.
* @default `false
* @default `false`
*/
var unlockedFramerate:Bool;