Skip to content

Commit

Permalink
Merge pull request #127 from reznikovAndrey/fix/text
Browse files Browse the repository at this point in the history
  • Loading branch information
bondiano committed Jan 11, 2023
2 parents 2804560 + 9cf0412 commit 18ea34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/10-basics/40-named-functions/description.ru.yml
Expand Up @@ -52,7 +52,7 @@ theory: |
return `Hello, ${name.toUpperCase()}!`;
}
getGreetingPhrase() // Hello, Guest!
getGreetingPhrase() // Hello, GUEST!
```
## Тип возвращаемого значения
Expand Down

0 comments on commit 18ea34a

Please sign in to comment.