Commit 435a13337351b87517395cb239067b5b8ea39a9a
1 parent
b0ec0051
Exists in
master
and in
29 other branches
Replacing "in" by "is" on lib/noosfero/plugin.rb
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero/plugin.rb
... | ... | @@ -218,7 +218,7 @@ class Noosfero::Plugin |
218 | 218 | end |
219 | 219 | end |
220 | 220 | |
221 | - # This method will be called just before a comment in saved to the database. | |
221 | + # This method will be called just before a comment is saved to the database. | |
222 | 222 | # |
223 | 223 | # It can modify the comment in several ways. In special, a plugin can call |
224 | 224 | # reject! on the comment and that will cause the comment to not be saved. | ... | ... |