Skip to content

Commit

Permalink
Added "Public:" to attr_accessor example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkersten committed Jun 10, 2011
1 parent f45d798 commit b0268f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomdoc.md
Expand Up @@ -291,5 +291,5 @@ Here is an example TomDoc for `attr_writer`.
For `attr_accessor` you can use an overloaded shorthand that documents the
getter and setter simultaneously:

# Gets/Sets the String name of the user.
# Public: Gets/Sets the String name of the user.
attr_accessor :name

0 comments on commit b0268f2

Please sign in to comment.