This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
forked from be9/awesome_nested_set
-
Notifications
You must be signed in to change notification settings - Fork 24
Rdoc typos #33
Comments
At the beginning of the same section, it also reads: |
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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()
.The text was updated successfully, but these errors were encountered: