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:
parent
aad5e3ef8d
commit
9e7d9b98a7
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue