Skip to content

Commit 265bcc6

Browse files
committed
Cleaned up some documentation typos. -mw
1 parent ff4f92e commit 265bcc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/site/functions.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ of the body, like so:
107107
System.print("Hi, " + first + " " + last + "!")
108108
}
109109

110-
Here we're passing a function to `greet` that takes two parameters, `first` and
110+
Here we're passing a function to `callMe` that takes two parameters, `first` and
111111
`last`. They are passed to the function when it's called:
112112

113113
:::wren

doc/site/lists.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use `add` to append a single item to the end:
6767

6868
:::wren
6969
hirsute.add("goatee")
70-
System.print(hirsute.count) //> 4
70+
System.print(hirsute.count) //> 5
7171

7272
You can insert a new element at a specific position using `insert`:
7373

0 commit comments

Comments
 (0)