Skip to content

Commit 1d1a050

Browse files
committed
make more clear what is meant
1 parent ac44773 commit 1d1a050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ty-fold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `TypeFoldable` and `TypeFolder`
22

3-
In [a previous chapter], we discussed instantiating binders. This involves looking at everything inside of a `Early/Binder`
3+
In [a previous chapter], we discussed instantiating binders. This involves looking at everything inside of a `Early(Binder)`
44
to find any usages of the bound vars in order to replace them. Binders can wrap an arbitrary Rust type `T` not just a `Ty` so
55
how do we implement the `instantiate` methods on the `Early/Binder` types.
66

0 commit comments

Comments
 (0)