Skip to content

Commit d345c12

Browse files
committed
Fixed typo.
1 parent 1c58cf1 commit d345c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deque.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@ mod tests {
15901590
}
15911591

15921592
#[test]
1593-
fn tyr_from_slice() {
1593+
fn tyr_from_array() {
15941594
assert!(Deque::<u8, 3>::try_from([1, 2, 3, 4]).is_err());
15951595

15961596
let deq1 = Deque::<u8, 8>::try_from([1, 2, 3, 4]).unwrap();

0 commit comments

Comments
 (0)