Skip to content

Commit 9ace1fa

Browse files
authored
Merge pull request #149 from guberger/patch-1
typo corrected
2 parents 77b210f + 1a33898 commit 9ace1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/polyhedron.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export volume, surface
66
"""
77
polyhedron(rep::Representation{T})
88
9-
Creates a polyhedron from the representation `rep` using the default library including in the Polyhedra package.
9+
Creates a polyhedron from the representation `rep` using the default library included in the Polyhedra package.
1010
"""
1111
polyhedron(rep::Representation{T}) where {T} = polyhedron(rep, default_library(FullDim(rep), T))
1212

0 commit comments

Comments
 (0)