From 9a34ed1cded0e0e345819948db2c41f8c73bf100 Mon Sep 17 00:00:00 2001 From: PLoff1488 Date: Thu, 31 Jul 2025 17:23:38 +0400 Subject: [PATCH] Update README.md at 100 string you made mistake compiling code with 'printmoto' func, while in lesson there was 'greating' func. luv )) --- modules/50-functions/10-define-function/ru/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/50-functions/10-define-function/ru/README.md b/modules/50-functions/10-define-function/ru/README.md index f6f846a..b2c59fb 100644 --- a/modules/50-functions/10-define-function/ru/README.md +++ b/modules/50-functions/10-define-function/ru/README.md @@ -98,8 +98,8 @@ int main() { В коде выше мы попытались определить внутри функции `main()`, функцию `Greating()` и получили ошибку компиляции:
-  main.cpp:12:3: error: ‘PrintMoto’ was not declared in this scope
- 12 |   PrintMoto();
+  main.cpp:12:3: error: ‘Greating’ was not declared in this scope
+ 12 |   Greating();
     |   ^~~~~~~~~