Skip to content

Commit db7d07b

Browse files
authored
Remove a trailing whitespace
1 parent 9cd9286 commit db7d07b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/alloc/mod.rs

+1-1
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)