danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
938 stars 62 forks source link

Issue in docstring for Array::to_enum #146

Closed jhwiig closed 3 years ago

jhwiig commented 3 years ago

https://github.com/danielpclark/rutie/blob/8b955354549d34734987ebc250b26c537285e788/src/class/array.rs#L507-L527

Currently the overview says Sorts the array in place. for Array::to_enum.

Looks like it is copy/pasted from above.

danielpclark commented 3 years ago

Thanks for reporting this! :+1: