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