Skip to content

Commit

Permalink
Update flexibility.md
Browse files Browse the repository at this point in the history
Corrected what I believe to be copy-pasta in the C-CALLER-CONTROL guideline.
  • Loading branch information
Bobulous authored Feb 24, 2024
1 parent e0e515b commit 1c6d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flexibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fn foo(b: &Bar) {

// Over this:
fn foo(b: Bar) {
/* use b as borrowed, it is implicitly dropped before function returns */
/* use b as owned, it is implicitly dropped before function returns */
}
```

Expand Down

0 comments on commit 1c6d21a

Please sign in to comment.