Skip to content

Commit 02db77c

Browse files
author
Ikko Ashimine
authored
Fix typo in ffi-pure.md
accesing -> accessing
1 parent d75f48e commit 02db77c

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)