1
0
mirror of https://github.com/bspeice/qadapt synced 2024-11-14 01:58:10 -05:00

Minor wording tweak

This commit is contained in:
Bradlee Speice 2018-12-06 23:05:14 -05:00
parent 65673e1af2
commit b565c29cfc

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.