Skip to content

Commit f7708d8

Browse files
Fix capitalization
1 parent 2c56550 commit f7708d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

context/src/main/kotlin/io/spine/tools/validation/ErrorPlaceholder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package io.spine.tools.validation
3535
*
3636
* ### Important Note
3737
*
38-
* we have the same items in this enum as in `io.spine.validation.RuntimeErrorPlaceholder`
38+
* We have the same items in this enum as in `io.spine.validation.RuntimeErrorPlaceholder`
3939
* in the runtime library, which is exactly as this one. Please keep them in sync.
4040
* This duplication is done intentionally to prevent clash between the runtime library,
4141
* which is added to the classpath of the Compiler and the runtime library, which is part

0 commit comments

Comments
 (0)