We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761488 commit f52e8ccCopy full SHA for f52e8cc
lib/rdf/model/literal/decimal.rb
@@ -15,7 +15,7 @@ class Decimal < Numeric
15
GRAMMAR = /^[\+\-]?\d+(\.\d*)?$/.freeze
16
17
##
18
- # @param [String, BidDecimal, Numeric] value
+ # @param [String, BigDecimal, Numeric] value
19
# @param (see Literal#initialize)
20
def initialize(value, datatype: nil, lexical: nil, **options)
21
@datatype = RDF::URI(datatype || self.class.const_get(:DATATYPE))
0 commit comments