Skip to content

Commit 148f04e

Browse files
committed
Fixed small docs issue part 2
1 parent 186a07a commit 148f04e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/reflection/sections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ the local variables from outside the section.
3030
```text
3131
run section %section% [(1¦async)] [with [arguments] %-objects%] [and store [the] result in %-objects%] [(2¦and wait)]
3232
```
33-
{% end %}
33+
{% endcode-tabs-item %}
3434
{% endcode-tabs %}
3535

3636
This effect will run the given section.
@@ -54,7 +54,7 @@ create new section with {_x} stored in {_section}:
5454
run section {_section} async with 3 and store result in {_result} and wait
5555
broadcast "Result: %{_result}%" # shows 6
5656
```
57-
{% end %}
57+
{% endcode-tabs-item %}
5858
{% endcode-tabs %}
5959

6060
{% hint style="info" %}

0 commit comments

Comments
 (0)