Skip to content

Commit e8ce4d0

Browse files
committed
changed wording
1 parent b8d5028 commit e8ce4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ floorAndToString(121.212121) // '121'
178178

179179
## Continuation
180180

181-
At any given point in a program, the collection of instructions that still need to be processed in order for the program to complete is known as a continuation.
181+
At any given point in a program, the part of the code that's yet to be executed is known as a continuation.
182182

183183
```js
184184
const printAsString = (num) => console.log(`Given ${num}`)

0 commit comments

Comments
 (0)