Skip to content

Commit

Permalink
Fix spelling error in JShape docstring (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzioKam authored Aug 13, 2021
1 parent 4dd338c commit 4c17cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shorthands/JShape.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ end action = :stroke color = "red" radius = 8)
```
In this example, the arguments after the `end` (i.e. `action = :stroke color = "red" radius = 8`)
can be used inside the `bgein...end` block and animated using the [`change`](@ref) action.
can be used inside the `begin...end` block and animated using the [`change`](@ref) action.
"""
macro JShape(body::Expr, expr...)
leftside = Expr(
Expand Down

0 comments on commit 4c17cc7

Please sign in to comment.