diff --git a/source/funkin/Preferences.hx b/source/funkin/Preferences.hx index 648880ad4..b3da56f65 100644 --- a/source/funkin/Preferences.hx +++ b/source/funkin/Preferences.hx @@ -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; diff --git a/source/funkin/save/Save.hx b/source/funkin/save/Save.hx index dc92f7f1a..77cdcafe5 100644 --- a/source/funkin/save/Save.hx +++ b/source/funkin/save/Save.hx @@ -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;