Skip to content

Commit 46f1c8e

Browse files
committed
Fix the type name in the changelog
1 parent 24468aa commit 46f1c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/docs/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- `Done n` by `SDone (1-n)`
1616
- `Error` by `SError`
1717
* The signature for the extract function is changed. It now returns
18-
`Parser.Extract` instead of `Parser.Step`. The constructors should be
18+
`Parser.Final` instead of `Parser.Step`. The constructors should be
1919
replaced as follows:
2020
- `Contine n` by `FContinue (-n)`
2121
- `Done n` by `FDone (-n)`

0 commit comments

Comments
 (0)