Skip to content

Commit c05a8f5

Browse files
committed
Fix a typo
1 parent fd6d8be commit c05a8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sass/value/number.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ def coerce_or_convert_value(new_numerator_units, new_denominator_units,
276276
other: nil,
277277
other_name: nil)
278278
if other && (other.numerator_units != new_denominator_units && other.denominator_units != new_denominator_units)
279-
raise Sass::ScriptError, "Expect #{other} to have units #{unit_string(new_numerator_units,
280-
new_denominator_units).inspect}"
279+
raise Sass::ScriptError, "Expected #{other} to have units #{unit_string(new_numerator_units,
280+
new_denominator_units).inspect}"
281281
end
282282

283283
return value if numerator_units == new_numerator_units && denominator_units == new_denominator_units

0 commit comments

Comments
 (0)