Skip to content

Commit 2239e80

Browse files
authored
Fix: theory text
Typo in the text.
1 parent 0cf7046 commit 2239e80

File tree

1 file changed

+1
-1
lines changed
  • modules/40-define-functions/200-return/ru

1 file changed

+1
-1
lines changed

modules/40-define-functions/200-return/ru/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function doubleFive()
131131
// Определение
132132
function run()
133133
{
134-
// или return 5 + 5
134+
// Возврат
135135
return 5;
136136
return 10;
137137
}

0 commit comments

Comments
 (0)