Skip to content

Commit

Permalink
Update doc/src/core-transmutation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Jun 12, 2024
1 parent d0fadd4 commit e55b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/core-transmutation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Confirm the soundness of value transmutations performed by libcore, including th

If the context of the transmute is safe, these conditions should be proven with local reasoning. If the context of the transmute is unsafe, they may be discharged with a safety obligation on the caller.

To keep the goal somewhat manageable, it excludes some classes of code (e.g. UTF8-validation, async tasks, and others); see the assumptions for the full list of excluded categories.
To keep the goal somewhat manageable, it excludes some classes of code (e.g., UTF8-validation, async tasks, and others); see the assumptions listed below for the full list of excluded categories.

## Details

Expand Down

0 comments on commit e55b676

Please sign in to comment.