Skip to content

Commit e55b676

Browse files
authored
Update doc/src/core-transmutation.md
1 parent d0fadd4 commit e55b676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/core-transmutation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Confirm the soundness of value transmutations performed by libcore, including th
1515

1616
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.
1717

18-
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.
18+
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.
1919

2020
## Details
2121

0 commit comments

Comments
 (0)