Skip to content

Commit faa21f4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-safety-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ LLL | unsafe { ptr::read(ptr) }
141141
The process of verifying whether a tag is absent 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)