Skip to content

Commit 1f07dda

Browse files
committed
New translations ch18-03-pattern-syntax.md (Ukrainian)
1 parent e9f045b commit 1f07dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ukr/ch18-03-pattern-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ After running the code, the precedence behavior is evident: if the match guard w
352352
```
353353

354354

355-
<span class="caption">Listing 18-29: Using `@` to bind to a value in a pattern while also testing it</span>
355+
<span class="caption">Блок коду 18-29: використання `@` для зв'язування зі значенням у шаблоні і водночас перевірки</span>
356356

357357
Цей приклад виведе в консолі `Found an id in range: 5`. By specifying `id_variable
358358
@` before the range `3..=7`, we’re capturing whatever value matched the range while also testing that the value matched the range pattern.

0 commit comments

Comments
 (0)