diff --git a/src/tuples-and-arrays/iteration.md b/src/tuples-and-arrays/iteration.md index 2eb8ffcc..fd1d6403 100644 --- a/src/tuples-and-arrays/iteration.md +++ b/src/tuples-and-arrays/iteration.md @@ -23,7 +23,7 @@ This functionality uses the `IntoIterator` trait, but we haven't covered that yet. The `assert_ne!` macro is new here. There are also `assert_eq!` and `assert!` -macros. These are always checked while, debug-only variants like `debug_assert!` +macros. These are always checked, while debug-only variants like `debug_assert!` compile to nothing in release builds.