We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a6f04 commit dfc6bf4Copy full SHA for dfc6bf4
1 file changed
frontend/src/ts/input/helpers/validation.ts
@@ -32,6 +32,7 @@ export function isCharCorrect(options: {
32
/**
33
* Check if the input data is correct
34
* @param options - Options object
35
+ * @param options.data - Input data
36
* @param options.inputValue - Current input value (use getCurrentInput(), not input element value)
37
* @param options.targetWord - Target word
38
* @param options.correctShiftUsed - Whether the correct shift state was used. Null means disabled
0 commit comments