grammar
This commit is contained in:
parent
4a85861f0b
commit
bd9c7d08d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue