From bd9c7d08d4c4fad824ce3ddcf0ce8a44ae655d0c Mon Sep 17 00:00:00 2001 From: LimePotato Date: Sat, 28 Oct 2023 13:38:04 -0600 Subject: [PATCH] grammar --- src/main/kotlin/group/ouroboros/potrogue/view/StartView.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/group/ouroboros/potrogue/view/StartView.kt b/src/main/kotlin/group/ouroboros/potrogue/view/StartView.kt index f3ccd63..6759321 100644 --- a/src/main/kotlin/group/ouroboros/potrogue/view/StartView.kt +++ b/src/main/kotlin/group/ouroboros/potrogue/view/StartView.kt @@ -16,7 +16,7 @@ class StartView ( val msg = "Welcome to $GAME_ID." // a text box can hold headers, paragraphs and list items - // `contentWidth = ` here is a so called keyword parameter + // `contentWidth = ` here is a so-called keyword parameter // using them you can pass parameters not by their order // but by their name. // this might be familiar for Python programmers