Skip to content

Commit

Permalink
Proofread docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yevhenii-nadtochii committed Jan 16, 2025
1 parent 0053a63 commit ae6d631
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ import java.lang.reflect.Type
import java.util.*

/**
* Generates validation code for a given message type specified via
* [CompiledMessage] instance.
* Generates validation code for the given [CompiledMessage].
*
* Serves as a method object for the [JavaValidationRenderer] passed to the constructor.
* Serves as a method object for the [JavaValidationRenderer]
* passed to the constructor.
*/
internal class ValidationCode(
private val renderer: JavaValidationRenderer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import io.spine.validation.event.SimpleRuleAdded
* This view provides information about the compiled messages and their
* validation constraints, if any.
*
* To add one or more validation constraints to the message, emit [SimpleRuleAdded]
* To add one or more validation constraint to the message, emit [SimpleRuleAdded]
* or [CompositeRuleAdded] events.
*/
internal class CompiledMessageView :
Expand Down

0 comments on commit ae6d631

Please sign in to comment.