Skip to content

Commit f52e8cc

Browse files
bivens-devgkellogg
authored andcommitted
Fix typo in decimal.rb comments
1 parent a761488 commit f52e8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdf/model/literal/decimal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Decimal < Numeric
1515
GRAMMAR = /^[\+\-]?\d+(\.\d*)?$/.freeze
1616

1717
##
18-
# @param [String, BidDecimal, Numeric] value
18+
# @param [String, BigDecimal, Numeric] value
1919
# @param (see Literal#initialize)
2020
def initialize(value, datatype: nil, lexical: nil, **options)
2121
@datatype = RDF::URI(datatype || self.class.const_get(:DATATYPE))

0 commit comments

Comments
 (0)