From 16bc3b08e08bca90180016533d81904c55860ed2 Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sat, 4 Jul 2009 15:43:19 -0700 Subject: [PATCH] [Sass] Fix a few Maruku errors. --- lib/sass/script/number.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sass/script/number.rb b/lib/sass/script/number.rb index d9839367..23ab409c 100644 --- a/lib/sass/script/number.rb +++ b/lib/sass/script/number.rb @@ -269,9 +269,9 @@ module Sass::Script # An incompatible coercion, e.g. between px and cm, will raise an error. # # @param num_units [Array] The numerator units to coerce this number into. - # See {#numerator\_units} + # See {\#numerator\_units} # @param den_units [Array] The denominator units to coerce this number into. - # See {#denominator\_units} + # See {\#denominator\_units} # @return [Number] The number with the new units # @raise [Sass::UnitConversionError] if the given units are incompatible with the number's # current units