Fix function name in comment

This commit is contained in:
Tero Tasanen 2014-09-13 16:22:06 +03:00
parent 9ab5c302f7
commit 5979798356
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ module Oga
# This function call returns the substring of the 1st argument that occurs # This function call returns the substring of the 1st argument that occurs
# after the string given in the 2nd argument. For example: # 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 "-". # This would return "08-25" as it occurs after the first "-".
# #