BurntSushi / memchr

Optimized string search routines for Rust.
The Unlicense
799 stars 97 forks source link

doc: fix a typo #141

Closed Oliver-Piorun closed 6 months ago

Oliver-Piorun commented 7 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