Skip to content

Commit 8a34ba4

Browse files
committed
Update Changelog
1 parent 66fb4b2 commit 8a34ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
```ocaml
3434
module type s = sig module Alias = Deps end
3535
module E = struct end
36-
module type s2 = s with module Deps.Sub = E
36+
module type s2 = s with module Alias.Sub = E
3737
```
3838

3939
## Internal
4040

4141
* Switch to the zipper engine
4242
* Fully typed recursive definition for schema
43-
* Extended test suite
43+
* Extended testsuite
4444
* More precise term subast (no more encoding)
4545

4646
# Version 0.10.3

0 commit comments

Comments
 (0)