Skip to content

Commit 715bbee

Browse files
author
yevhenii-nadtochii
committed
Fix a typo
1 parent 20dade9 commit 715bbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/io/spine/validation/CompiledMessageView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import io.spine.validation.event.SimpleRuleAdded
4242
* This view provides information about the compiled messages and their
4343
* validation constraints, if any.
4444
*
45-
* To add one or more validation constraint to the message, emit [SimpleRuleAdded]
45+
* To add one or more validation constraints to the message, emit [SimpleRuleAdded]
4646
* or [CompositeRuleAdded] events.
4747
*/
4848
internal class CompiledMessageView :

0 commit comments

Comments
 (0)