Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change ownership.md to talk about String instead of File
Files are compiled, and I think the io::Result and so on gets in the way of the point about transferring ownership. Strings also are complicated (a &String turns into a &str very easily), but that's easier to explain and actually relevant to the point at hand.
- Loading branch information