Skip to content

Commit

Permalink
Updated comment to match latest changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Esplugas authored and defunkt committed Oct 7, 2009
1 parent b199fa2 commit cbb3df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mustache.rb
Expand Up @@ -210,7 +210,7 @@ def []=(key, value)
context[key.to_sym] = value
end

# Parses our fancy pants template HTML and returns normal HTML with
# Parses our fancy pants template file and returns normal file with
# all special {{tags}} and {{#sections}}replaced{{/sections}}.
def render
self.class.templateify(template).render(context)
Expand Down

0 comments on commit cbb3df1

Please sign in to comment.