lib/sparql/algebra/operator/asc.rb in sparql-1.1.3 vs lib/sparql/algebra/operator/asc.rb in sparql-1.1.4

- old
+ new

@@ -14,10 +14,10 @@ include Evaluatable NAME = :asc ## - # Returns the evaluation of it's operand. Default comparison is in + # Returns the evaluation of its operand. Default comparison is in # ascending order. Ordering is applied in {Order}. # # @param [RDF::Query::Solution] bindings # a query solution containing zero or more variable bindings # @param [Hash{Symbol => Object}] options ({})