From b565c29cfc41742bb9bd232e37f8f8dacd28ed33 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 6 Dec 2018 23:05:14 -0500 Subject: [PATCH] Minor wording tweak --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 82e6377..79d5cd5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -117,7 +117,7 @@ pub fn exit_protected() { } } -/// Get the result of an expression, guaranteeing that no allocations occur +/// Get the result of an expression, guaranteeing that no memory accesses occur /// during its evaluation. /// /// **Warning**: Unexpected behavior may occur when using the `return` keyword.