Open clayheaton opened 13 years ago
At the beginning of the same section, it also reads:
+class_or_item+ - Class name or top level times
It should read "items," not "times"
Could you provide a pull request?
Sorry - I'm pretty new to this and I've never done that and don't know how...
Ok, never mind. I will correct it later.
Commit 94446216d8ced6c3f75feb7100b90060407d44d3 resolved this -- can be closed.
The nested_set rdoc text for
sorted_nested_set_options(class_or_item, sort_proc, mover = nil, level = 0)
has several typos. The "Usage" section reads:Both code examples contain an extra closing parenthesis. The second example also should use the function
sorted_nested_set_options()
instead ofnested_set_options()
.