Skip to content

Commit

Permalink
style: Fix some misspellings and grammar in code documentation
Browse files Browse the repository at this point in the history
fowl -> foul, among other things
  • Loading branch information
Hundrec authored and ninjamuffin99 committed Sep 30, 2024
1 parent 399869c commit 2175bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/funkin/Preferences.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 4 additions & 4 deletions source/funkin/save/Save.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 2175bea

Please sign in to comment.