Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Feb 17, 2021
1 parent e9bdd90 commit 1d27f17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Containers/macro.jl
Original file line number Diff line number Diff line change
Expand Up @@ -223,10 +223,9 @@ may depend on the value of the indices.
Same as above but the container is assigned to the variable of name `ref`.
The type of container can be controlled by the `container` keyword. See
[Containers in macros](@ref). Note that when the index set is explicitly
given as `1:n` for any expression `n`, it is transformed to `Base.OneTo(n)`
before being given to [`container`](@ref).
The type of container can be controlled by the `container` keyword. Note that
when the index set is explicitly given as `1:n` for any expression `n`, it is
transformed to `Base.OneTo(n)` before being given to [`container`](@ref).
## Examples
Expand Down

0 comments on commit 1d27f17

Please sign in to comment.