Skip to content

Commit 5ee44e2

Browse files
authored
grammatical fix on move_semantics2.rs
1 parent 2a725fb commit 5ee44e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06_move_semantics/move_semantics2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
mod tests {
1515
use super::*;
1616

17-
// TODO: Make both vectors `vec0` and `vec1` accessible at the same time to
17+
// TODO: Make both vectors `vec0` and `vec1` are accessible at the same time to
1818
// fix the compiler error in the test.
1919
#[test]
2020
fn move_semantics2() {

0 commit comments

Comments
 (0)