From b1b930e4bef89b43831e3fe05c5a9be686031d73 Mon Sep 17 00:00:00 2001 From: Frames White Date: Fri, 31 May 2024 22:37:24 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5816161..106fc3e 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Marginally less opaque closures. -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. +Specifically, a `MistyClosure` is comprises an `OpaqueClosure` paired with the `IRCode` that defines it. +This is useful if you generate an `OpaqueClosure`, and want to be able to retrieve the `IRCode` later on. ## Recommended Use