Skip to content

Commit

Permalink
Fix: theory (en)
Browse files Browse the repository at this point in the history
Typo in the text.
  • Loading branch information
Trisodium-ru authored Sep 30, 2024
1 parent 2239e80 commit f303d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/40-define-functions/200-return/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Self-check. What will this code print?
// Definition
function run()
{
// or return 5 + 5
// Return

Check warning on line 127 in modules/40-define-functions/200-return/en/README.md

View workflow job for this annotation

GitHub Actions / main

[LanguageTool] reported by reviewdog 🐶 Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE) Suggestions: `Return` Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US Category: MISC Raw Output: modules/40-define-functions/200-return/en/README.md:127:7: Possible typo: you repeated a word (ENGLISH_WORD_REPEAT_RULE) Suggestions: `Return` Rule: https://community.languagetool.org/rule/show/ENGLISH_WORD_REPEAT_RULE?lang=en-US Category: MISC
return 5;
return 10;
}
Expand Down

0 comments on commit f303d10

Please sign in to comment.