Skip to content

Commit 0090419

Browse files
committed
safety-tags: typo
1 parent 2004fd4 commit 0090419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-safety-tags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ LLL | unsafe { ptr::read(ptr) }
138138
= NOTE: See core::ptr::invariants::Initialized
139139
```
140140

141-
The process of verifying whether a tag is absent is referred to as tag discharge.
141+
The process of verifying whether a tag is present is referred to as tag discharge.
142142

143143
Note that it's allowed to discharge tags of unsafe callees onto the unsafe caller for unsafe
144-
encapsulation:
144+
delegation or propogation:
145145

146146
```rust
147147
#[clippy::safety { ValidPtr, Aligned, Initialized }] //

0 commit comments

Comments
 (0)