mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Touching up some doc formatting.
This commit is contained in:
parent
0517c9c3e5
commit
c8e8f6ec06
1 changed files with 2 additions and 2 deletions
|
@ -891,8 +891,8 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir)
|
|||
# when dealing with Haml programatically.
|
||||
#
|
||||
# [<tt>:line</tt>] The line offset of the Haml template being parsed.
|
||||
# This is useful for inline templates, similar to the last
|
||||
# argument to Kernel#eval
|
||||
# This is useful for inline templates,
|
||||
# similar to the last argument to Kernel#eval.
|
||||
#
|
||||
# [<tt>:filters</tt>] A hash of filters that can be applied to Haml code.
|
||||
# The keys are the string names of the filters;
|
||||
|
|
Loading…
Add table
Reference in a new issue