Skip to content

Commit

Permalink
Added "Public:" to attr_writer example
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkersten committed Jun 10, 2011
1 parent 2eea65f commit f45d798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomdoc.md
Expand Up @@ -285,7 +285,7 @@ Here is an example TomDoc for `attr_reader`.

Here is an example TomDoc for `attr_writer`.

# Sets the String name of the user.
# Public: Sets the String name of the user.
attr_writer :name

For `attr_accessor` you can use an overloaded shorthand that documents the
Expand Down

0 comments on commit f45d798

Please sign in to comment.