Skip to content
Snippets Groups Projects
Commit b2f91789 authored by Marco Matthies's avatar Marco Matthies
Browse files

Fix typo

parent d1249180
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ cropname(t::AbstractCropType) = t.name
abstract type AbstractCropState end
croptype(s::AbstractCropState) = s.croptype
cropname(s::AbstractCropState) = cropname(cropytype(s))
cropname(s::AbstractCropState) = cropname(croptype(s))
# cropheight(s::AbstractCropState) = s.cropheight
# cropcover(s::AbstractCropState) = s.cropcover
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment