Skip to content

Commit 84544ab

Browse files
committed
Rectified typo from docs
1 parent 72eb857 commit 84544ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstract_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ NonStaticAbstractWord{N, T} = Union{NTuple{N, T}, AbstractVector{T}, AbstractStr
2626
NonStaticAbstractWord{N, T} = Union{NTuple{N, T}, AbstractVector{T}, AbstractString} where {N, T}
2727

2828
"""
29-
``julia
29+
```julia
3030
mutable struct Word{N, T}
3131
Word(w::NTuple{N, T})
3232
Word(w::AbstractVector{T})

0 commit comments

Comments
 (0)