1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Fix a few YARD reference errors.

This commit is contained in:
Nathan Weizenbaum 2009-05-10 20:59:48 -07:00
parent 651ae068a4
commit c363d07a48
2 changed files with 2 additions and 2 deletions

View file

@ -981,7 +981,7 @@ require 'haml/version'
#
# Merb::Plugin.config[:haml][:format] = :html5
#
# ...or by passing an options hash to {Haml::Engine.new}.
# ...or by passing an options hash to {Haml::Engine#initialize}.
# Available options are:
#
# {#format-option} `:format`

View file

@ -9,7 +9,7 @@ module Sass
# but new variables are defined locally.
#
# Environment also keeps track of the {Engine} options
# so that they can be made available to {Sass::Functions}.
# so that they can be made available to {Sass::Script::Functions}.
class Environment
# The enclosing environment,
# or nil if this is the global environment.