[docs] fix unescaped thing

This commit is contained in:
ryanfleury
2021-11-01 01:20:00 -06:00
parent 4f5105f5d4
commit 2defa09b86
+1 -1
View File
@@ -1485,7 +1485,7 @@ MD_ParseSetRule:
}
@send(Strings)
@doc("Searches @code 'string' for the last @code '/' or @code '\' character occurring in the string, and skips it and anything before it in the returned string.")
@doc("Searches @code 'string' for the last @code '/' or @code '\\' character occurring in the string, and skips it and anything before it in the returned string.")
@see(MD_S8Skip)
@func MD_PathSkipLastSlash:
{