Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Rdoc typos #33

Open
clayheaton opened this issue Aug 10, 2011 · 5 comments
Open

Rdoc typos #33

clayheaton opened this issue Aug 10, 2011 · 5 comments

Comments

@clayheaton
Copy link

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:

<%= f.select :parent_id, sorted_nested_set_options(Category, lambda(&:name)) {|i, level| "#{'–' * level} #{i.name}" }) %>
OR
sort_method = lambda{|x| x.name.mb_chars.downcase }
<%= f.select :parent_id, nested_set_options(Category, sort_method) {|i, level| "#{'–' * level} #{i.name}" }) %>

Both code examples contain an extra closing parenthesis. The second example also should use the function sorted_nested_set_options() instead of nested_set_options().

@clayheaton
Copy link
Author

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"

@skyeagle
Copy link
Owner

Could you provide a pull request?

@clayheaton
Copy link
Author

Sorry - I'm pretty new to this and I've never done that and don't know how...

@skyeagle
Copy link
Owner

Ok, never mind. I will correct it later.

@pripple
Copy link

pripple commented Apr 24, 2012

Commit 94446216d8ced6c3f75feb7100b90060407d44d3 resolved this -- can be closed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants