fix: correct function name in greet example and list count in docs
- Fix example code in functions.markdown to reference `callMe` instead of `greet` - Update expected list count comment in lists.markdown from 4 to 5 after adding an item
This commit is contained in:
@@ -107,7 +107,7 @@ of the body, like so:
|
||||
System.print("Hi, " + first + " " + last + "!")
|
||||
}
|
||||
|
||||
Here we're passing a function to `greet` that takes two parameters, `first` and
|
||||
Here we're passing a function to `callMe` that takes two parameters, `first` and
|
||||
`last`. They are passed to the function when it's called:
|
||||
|
||||
:::wren
|
||||
|
||||
Reference in New Issue
Block a user