Merge pull request #34 from ttasanen/fix_comment

Fix function name in comment
This commit is contained in:
Yorick Peterse 2014-09-13 16:22:55 +02:00
commit ee538ddcc2
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 "-".
# #