mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-15 03:44:31 +08:00
docs: fix typo in funbox JSDoc (@mpodhaisky) (#7306)
Fixes a minor typo in a JSDoc comment. No functional changes.
This commit is contained in:
parent
7f499f0632
commit
be4649c900
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export function getActiveFunboxesWithFunction<F extends keyof FunboxFunctions>(
|
|||
}
|
||||
|
||||
/**
|
||||
* Check if there is an active funbox implemenging the given function
|
||||
* Check if there is an active funbox implementing the given function
|
||||
* @param functionName function name
|
||||
* @returns
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue