mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +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…
Add table
Reference in a new issue