docs: normalise wording in line with docs

This commit is contained in:
Chris Midgley 2021-07-21 14:13:46 +01:00
parent 3e981e2209
commit 8b75fecedd

View File

@ -12,7 +12,7 @@ extern "C" {
}
```
As `ffi_const` has a stricter set of requirements than `ffi_pure`, remove the
As `ffi_const` provides stronger guarantees than `ffi_pure`, remove the
`ffi_pure` attribute:
```