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

[Sass] Fix a couple Markdown errors.

This commit is contained in:
Nathan Weizenbaum 2009-05-10 19:13:51 -07:00
parent aad5e3ef8d
commit 9e7d9b98a7

View file

@ -33,8 +33,8 @@ module Sass
# @return [String]
attr_writer :filename
# The options hash for the node;
# see [the Sass options documentation](../../Sass.html#sass_options).
# The options hash for the node.
# See [the Sass options documentation](../../Sass.html#sass_options).
#
# @return [Hash<Symbol, Object>]
attr_reader :options
@ -155,7 +155,7 @@ module Sass
rescue Sass::SyntaxError => e; e.add_metadata(filename, line)
end
# The output style. See (the Sass options documentation)[../../Sass.html#output_style].
# The output style. See [the Sass options documentation](../../Sass.html#output_style).
#
# @return [Symbol]
def style