Skip to content

Commit 6959186

Browse files
authored
Remove a trailing whitespace
1 parent a6aa229 commit 6959186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/alloc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ pub unsafe trait AllocRef {
226226
/// Behaves like `grow`, but also ensures that the new contents are set to zero before being
227227
/// returned.
228228
///
229-
/// The memory block will contain the following contents after a successful call to
229+
/// The memory block will contain the following contents after a successful call to
230230
/// `grow_zeroed`:
231231
/// * Bytes `0..layout.size()` are preserved from the original allocation.
232232
/// * Bytes `layout.size()..old_size` will either be preserved or zeroed,

0 commit comments

Comments
 (0)