Skip to content

Commit bdc0f57

Browse files
committed
[lec10] typo in cbn/cbv
1 parent a4e16bb commit bdc0f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/cbn-cbv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ _Strategy_ question: where and under which conditions can these rules be applied
215215

216216
Example:
217217

218-
f y → (λ x → x) f (f y)) ((λ z → z) 42)
218+
y f → (λ x → x) f (f y)) ((λ z → z) 42)
219219

220220

221221
### Substitution

0 commit comments

Comments
 (0)