diff --git a/reckon-core/src/main/java/org/ajoberstar/reckon/core/ScopeCalculator.java b/reckon-core/src/main/java/org/ajoberstar/reckon/core/ScopeCalculator.java index 6de4ee9..a520dee 100644 --- a/reckon-core/src/main/java/org/ajoberstar/reckon/core/ScopeCalculator.java +++ b/reckon-core/src/main/java/org/ajoberstar/reckon/core/ScopeCalculator.java @@ -46,7 +46,7 @@ static ScopeCalculator ofCommitMessageParser(CommitMessageScopeParser parser) { /** * Creates a scope calculator that uses the given function to parse the inventory's commit messages * for the presence os scope indicators. If any are found, the most significant scope is returned. - *
+ *
* Before v1, MAJOR is always ignored and MINOR is substituted. If that's not desirable, see * {@link #ofCommitMessageParser(CommitMessageScopeParser)}. *