Skip to content

Commit a23dbe8

Browse files
authored
Minor edit
1 parent 57048f7 commit a23dbe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ function exerciseRoutine(postRunActivity) {
9191
}
9292
```
9393

94-
Notice that, in `exerciseRoutine()`, the `postRunActivity` parameter is actually
95-
a _function_ — we call it after we call `runFiveMiles()`. Now let's try to use
96-
this new function we created in our `Monday()` function:
94+
Notice that, in `exerciseRoutine()`, the `postRunActivity` parameter is a
95+
_callback function_ — we call it after we call `runFiveMiles()`. Now let's try
96+
to use this new function we created in our `Monday()` function:
9797

9898
```js
9999
function Monday() {

0 commit comments

Comments
 (0)