From 2defa09b8662856fcefe40abd3fa334ef1d3021c Mon Sep 17 00:00:00 2001 From: ryanfleury Date: Mon, 1 Nov 2021 01:20:00 -0600 Subject: [PATCH] [docs] fix unescaped thing --- docs/metadesk_reference.mdesk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metadesk_reference.mdesk b/docs/metadesk_reference.mdesk index 0bc08d3..8a72715 100644 --- a/docs/metadesk_reference.mdesk +++ b/docs/metadesk_reference.mdesk @@ -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: {