We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30ddc91 + 02db77c commit b050261Copy full SHA for b050261
src/doc/unstable-book/src/language-features/ffi-pure.md
@@ -31,7 +31,7 @@ parameters (e.g. pointers), globals, etc. `#[ffi_pure]` functions are not
31
referentially-transparent, and are therefore more relaxed than `#[ffi_const]`
32
functions.
33
34
-However, accesing global memory through volatile or atomic reads can violate the
+However, accessing global memory through volatile or atomic reads can violate the
35
requirement that two consecutive function calls shall return the same value.
36
37
A `pure` function that returns unit has no effect on the abstract machine's
0 commit comments