Skip to content

Commit 2de3e0a

Browse files
committed
Fix typo in ch04-01
1 parent c5c162c commit 2de3e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ch04-01-what-is-ownership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ This program is more involved, so make sure you follow each step:
262262

263263
### Variables Cannot Be Used After Being Moved
264264

265-
The string program helps illustrate a key safety principle for ownership. Imagine that `first` were used in `main` after calling `add_suffix`. We can simulate such a program and see the undefined behavior that results:
265+
The string program helps illustrate a key safety principle for ownership. Imagine that `first` was used in `main` after calling `add_suffix`. We can simulate such a program and see the undefined behavior that results:
266266

267267
```aquascope,interpreter,shouldFail
268268
fn main() {

0 commit comments

Comments
 (0)