Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joschmitt committed Jan 15, 2024
1 parent 6e047da commit b2cdada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/PolyhedralGeometry/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ matrices are generally allowed.

Type | A `PointVector` corresponds to...
:--------------------------------- | :-------------------------------------------------------
`AbstractVector{<:ṔointVector}` | an element of the vector.
`AbstractVector{<:PointVector}` | an element of the vector.
`AbstractVector{<:AbstractVector}` | an element of the vector.
`AbstractMatrix`/`MatElem` | a row of the matrix.
`AbstractVector`/`PointVector` | the vector itself (only one `PointVector` is described).
Expand Down

0 comments on commit b2cdada

Please sign in to comment.