Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored May 31, 2024
1 parent ee52272 commit b1b930e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1b930e

Please sign in to comment.