BurntSushi / memchr

Optimized string search routines for Rust.
The Unlicense
899 stars 102 forks source link

doc: fix a typo #141

Closed Oliver-Piorun closed 10 months ago

Oliver-Piorun commented 11 months ago

This PR fixes a small typo. It should be into_owned instead of into_ownedd (additional d). Thanks btw for creating and maintaining this crate!

Cheers