From 59797983565ccbeffffbb95853e7971af12edc1c Mon Sep 17 00:00:00 2001 From: Tero Tasanen Date: Sat, 13 Sep 2014 16:22:06 +0300 Subject: [PATCH] Fix function name in comment --- lib/oga/xpath/evaluator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oga/xpath/evaluator.rb b/lib/oga/xpath/evaluator.rb index a51a14c..197b566 100644 --- a/lib/oga/xpath/evaluator.rb +++ b/lib/oga/xpath/evaluator.rb @@ -1188,7 +1188,7 @@ module Oga # This function call returns the substring of the 1st argument that occurs # after the string given in the 2nd argument. For example: # - # substring-before("2014-08-25", "-") + # substring-after("2014-08-25", "-") # # This would return "08-25" as it occurs after the first "-". #