Subject: | Documentation for clearer=>1 |
Currently says:
If you set this to just 1, the clearer is automatically named
"clear_${attr_name}" if your attribute's name does not start
with an underscore, or "_clear_${attr_name_without_the_underscore}"
if it does.
Could be more simply stated as:
If you set this to just 1, the clearer is automatically named
"clear_${attr_name}" if your attribute's name does not start
with an underscore, or "_clear${attr_name}" if it does.