Skip to content

Commit 7481aa5

Browse files
authored
Fix small typo (#12)
1 parent d44a3e4 commit 7481aa5

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
@@ -257,7 +257,7 @@ later time with as if those values were still the current values (a snapshot and
257257
restore).
258258

259259
```typescript
260-
const context = new AynsContext();
260+
const context = new AsyncContext();
261261

262262
// Sets the current value to 'top', and executes the `main` function.
263263
context.run('top', main);

0 commit comments

Comments
 (0)