File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1046,7 +1046,7 @@ pub unsafe trait Alloc {
1046
1046
/// Captures a common usage pattern for allocators.
1047
1047
///
1048
1048
/// The returned block is suitable for passing to the
1049
- /// `alloc `/`realloc ` methods of this allocator.
1049
+ /// `realloc `/`dealloc ` methods of this allocator.
1050
1050
///
1051
1051
/// Note to implementors: If this returns `Ok(ptr)`, then `ptr`
1052
1052
/// must be considered "currently allocated" and must be
@@ -1112,7 +1112,7 @@ pub unsafe trait Alloc {
1112
1112
/// Captures a common usage pattern for allocators.
1113
1113
///
1114
1114
/// The returned block is suitable for passing to the
1115
- /// `alloc `/`realloc ` methods of this allocator.
1115
+ /// `realloc `/`dealloc ` methods of this allocator.
1116
1116
///
1117
1117
/// Note to implementors: If this returns `Ok(ptr)`, then `ptr`
1118
1118
/// must be considered "currently allocated" and must be
@@ -1159,7 +1159,7 @@ pub unsafe trait Alloc {
1159
1159
/// Captures a common usage pattern for allocators.
1160
1160
///
1161
1161
/// The returned block is suitable for passing to the
1162
- /// `alloc `/`realloc ` methods of this allocator.
1162
+ /// `realloc `/`dealloc ` methods of this allocator.
1163
1163
///
1164
1164
/// # Safety
1165
1165
///
You can’t perform that action at this time.
0 commit comments