mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fix(language): mistyped word in code c (#5034)
Remove extra "strlen_s" concatenated onto the "strlen"
This commit is contained in:
parent
22594c5ba5
commit
67245ddafa
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@
|
|||
"strncpy",
|
||||
"strcat",
|
||||
"strncat",
|
||||
"strlenstrnlen_s",
|
||||
"strlen",
|
||||
"strcmp",
|
||||
"strncmp",
|
||||
"strcoll",
|
||||
|
|
Loading…
Reference in a new issue