[Sass] Fix a minor YARD error.

This commit is contained in:
Nathan Weizenbaum 2009-04-26 01:36:13 -07:00
parent fa3c4a6e79
commit ee6d34e247
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module Sass::Script
class Number < Literal
# The Ruby value of the number.
#
# @returns [Numeric]
# @return [Numeric]
attr_reader :value
# A list of units in the numerator of the number.