Skip to content

Commit 6b017ad

Browse files
author
Erik Corry
authored
Use lower case 'string' class (#22)
1 parent 710eb1a commit 6b017ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments.toit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Arguments:
228228
// ----------------------------------------------------------------------------
229229
230230
// Argument parsing functionality.
231-
parse_ grammar/ArgumentParser command/String? arguments/List index/int --options={:}:
231+
parse_ grammar/ArgumentParser command/string? arguments/List index/int --options={:}:
232232
// Populate the options from the default values or empty lists (for multi-options)
233233
rest := []
234234
grammar.options_.do --values: | option |

0 commit comments

Comments
 (0)