Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willtebbutt committed May 31, 2024
1 parent 82f00f8 commit 63eec2e
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 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

Expand Down

0 comments on commit 63eec2e

Please sign in to comment.