Address code review comments

- clean up comment wording
- fix potentially leaky tests
This commit is contained in:
Evan Huus
2014-09-16 17:23:26 +00:00
parent 67b2c320a1
commit eeb061ef44
3 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ module Liquid
attr_writer :error_mode
# Sets how strict the taint checker should be.
# :lax ignores the taint flag completely (like previous liquid versions)
# :lax is the default, and ignores the taint flag completely
# :warn adds a warning, but does not interrupt the rendering
# :error raises an error when tainted output is used
attr_writer :taint_mode