Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt authored Oct 16, 2023
1 parent e4154db commit b07abff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/60-macros/50-macros-ast/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ theory: |
Macro.unpipe(quoted_pipe)
# => [
# => {100, 0},
# => {{:div, [context: Elixir, imports: [{2, Kernel}]], [5]}, 0},
# => {{:div, [context: Elixir, imports: [{2, Kernel}]], [2]}, 0}
# => {{:div, [context: Elixir, imports: [{2, Kernel}]], [10]}, 0},
# => {{:div, [context: Elixir, imports: [{2, Kernel}]], [5]}, 0}
# => ]
```
Expand Down

0 comments on commit b07abff

Please sign in to comment.