Skip to content

Commit

Permalink
fix(language): mistyped word in code c (#5034)
Browse files Browse the repository at this point in the history
Remove extra "strlen_s" concatenated onto the "strlen"
  • Loading branch information
penguin-teal authored Feb 12, 2024
1 parent 22594c5 commit 67245dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/static/languages/code_c.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"strncpy",
"strcat",
"strncat",
"strlenstrnlen_s",
"strlen",
"strcmp",
"strncmp",
"strcoll",
Expand Down

0 comments on commit 67245dd

Please sign in to comment.