Skip to content

Commit 9325437

Browse files
committed
Replace one more "compulsory"
1 parent 3cbcd35 commit 9325437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Kotlin/vertx-web-kotlinx/common/src/main/kotlin/CommonVerticle.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class CommonVerticle : CoroutineVerticle(), CoroutineRouterSupport {
3838
val random = Random(0)
3939

4040
object DateTimeComponentsFormats {
41-
// adapted from `DateTimeComponents.Formats.RFC_1123` with seconds made compulsory
41+
// adapted from `DateTimeComponents.Formats.RFC_1123` with seconds made mandatory
4242
val RFC_1123_WITH_MANDATORY_SECONDS = Format {
4343
alternativeParsing({
4444
// the day of week may be missing

0 commit comments

Comments
 (0)