mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
style: Fix some misspellings and grammar in code documentation
fowl -> foul, among other things
This commit is contained in:
parent
67f7b638fb
commit
6df80ba69d
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue