fix spelling
This commit is contained in:
@@ -782,7 +782,7 @@ impl UntypedArenaPtr {
|
||||
}
|
||||
|
||||
/// # Safety
|
||||
/// - this UntypedArenaPtr actuall pointee type is T
|
||||
/// - this UntypedArenaPtr actual pointee type is T
|
||||
/// - the pointer must be non-null
|
||||
#[inline]
|
||||
pub unsafe fn as_typed_ptr<T: ?Sized + ArenaAllocated>(self) -> TypedArenaPtr<T>
|
||||
|
||||
Reference in New Issue
Block a user