Skip to content

Commit 9db64d5

Browse files
committed
FIX: Fix a typo in a comment
1 parent 602e55d commit 9db64d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ impl<A: Array> ArrayVec<A> {
543543
// Memory safety
544544
//
545545
// When the Drain is first created, it shortens the length of
546-
// the source vector to make sure no uninitalized or moved-from elements
546+
// the source vector to make sure no uninitialized or moved-from elements
547547
// are accessible at all if the Drain's destructor never gets to run.
548548
//
549549
// Drain will ptr::read out the values to remove.

0 commit comments

Comments
 (0)