aboutsummaryrefslogtreecommitdiff
path: root/safety.rst
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-11-02 13:37:32 -0700
committerMelody Horn <melody@boringcactus.com>2020-11-02 13:37:32 -0700
commit8868b5fa2e8b9f40a31035c51519cce40e73f079 (patch)
tree4a91e7d5437f91a7f95358753097a99e2c84cf2e /safety.rst
parent83e23b6b449112f4a85d09c57e5601faa87856ca (diff)
downloadspec-8868b5fa2e8b9f40a31035c51519cce40e73f079.tar.gz
spec-8868b5fa2e8b9f40a31035c51519cce40e73f079.zip
define compile-time vs runtime behavior
Diffstat (limited to 'safety.rst')
-rw-r--r--safety.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/safety.rst b/safety.rst
index 61cca97..6a73b85 100644
--- a/safety.rst
+++ b/safety.rst
@@ -58,7 +58,7 @@ Use after free
--------------
``free(&x);`` will set ``x = NULL;``
-``owned`` and ``borrowed`` keywords
+``owned`` and ``borrowed`` keywords
Uninitialized variables
=======================