From 63eec2e08b22b2e660e53346a8d2ab103f13bfb5 Mon Sep 17 00:00:00 2001 From: Will Tebbutt Date: Fri, 31 May 2024 11:22:56 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a60548..5816161 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Marginally less opaque closures. -Specifically, a `MistyClosure` is just comprises an `OpaqueClosure` and an `IRCode`. -This is useful if you want to look up the `IRCode` used to generate an `OpaqueClosure`. +Specifically, a `MistyClosure` is comprises an `OpaqueClosure` and an `IRCode`. +This is useful if you generate an `OpaqueClosure` from an `IRCode`, and want to be able to retrieve the `IRCode` later on. ## Recommended Use