Minor wording tweak

pull/1/head
Bradlee Speice 2018-12-06 23:05:14 -05:00
parent 65673e1af2
commit b565c29cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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.