Skip to content

Commit

Permalink
if -> elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelDavidMohr committed May 13, 2024
1 parent 3835a16 commit 27eca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/UngradedModules/Presentation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function presentation(SQ::SubquoModule;
minimal=false)
if minimal
return _presentation_minimal(SQ)
if is_graded(SQ)
elseif is_graded(SQ)
return _presentation_graded(SQ)
else
return _presentation_simple(SQ)
Expand Down

0 comments on commit 27eca6a

Please sign in to comment.