Skip to content

Commit b050261

Browse files
authored
Rollup merge of rust-lang#80465 - eltociear:patch-3, r=jyn514
Fix typo in ffi-pure.md accesing -> accessing
2 parents 30ddc91 + 02db77c commit b050261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/language-features/ffi-pure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters (e.g. pointers), globals, etc. `#[ffi_pure]` functions are not
3131
referentially-transparent, and are therefore more relaxed than `#[ffi_const]`
3232
functions.
3333

34-
However, accesing global memory through volatile or atomic reads can violate the
34+
However, accessing global memory through volatile or atomic reads can violate the
3535
requirement that two consecutive function calls shall return the same value.
3636

3737
A `pure` function that returns unit has no effect on the abstract machine's

0 commit comments

Comments
 (0)