aboutsummaryrefslogtreecommitdiff
path: root/vs-c.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 /vs-c.rst
parent83e23b6b449112f4a85d09c57e5601faa87856ca (diff)
downloadspec-8868b5fa2e8b9f40a31035c51519cce40e73f079.tar.gz
spec-8868b5fa2e8b9f40a31035c51519cce40e73f079.zip
define compile-time vs runtime behavior
Diffstat (limited to 'vs-c.rst')
-rw-r--r--vs-c.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vs-c.rst b/vs-c.rst
index 8317155..42f8a38 100644
--- a/vs-c.rst
+++ b/vs-c.rst
@@ -70,7 +70,7 @@ Additions
Anti-Footguns
-------------
-* C is generous with memory in ways that are unreliable by default.
+* C is generous with memory in ways that are unreliable by default.
Crowbar adds :doc:`memory safety conventions <safety>` to make correctness the default behavior.
* C's conventions for error handling are unreliable by default.
Crowbar adds :doc:`error propagation <errors>` to make correctness the default behavior.