Skip to content

Commit 48b6a3e

Browse files
authored
typo - s/conrecte/concrete
1 parent c4b7cb5 commit 48b6a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ abstract type AbstractMesh{Element<:Polytope} <: AbstractVector{Element} end
370370

371371
"""
372372
Mesh <: AbstractVector{Element}
373-
The conrecte AbstractMesh implementation
373+
The concrete AbstractMesh implementation.
374374
"""
375375
struct Mesh{Dim,T<:Number,Element<:Polytope{Dim,T},V<:AbstractVector{Element}} <:
376376
AbstractMesh{Element}

0 commit comments

Comments
 (0)