From 041b15df4ccc067deabd85fd489b2c15961d0e2f Mon Sep 17 00:00:00 2001 From: MSP-Greg Date: Mon, 28 Oct 2024 15:40:52 -0500 Subject: [PATCH] [DOC] doc/strscan/strscan.md - fix triple backtick (#112) See current doc, search for '## Target Substring', notice the backtick that isn't visible to the GitHub md parser. https://github.com/ruby/strscan/blob/843e931d134b0a8f0284296250454374e3f8a6aa/doc/strscan/strscan.md Fixed in the PR, see: https://github.com/MSP-Greg/strscan/blob/00-strscan.md/doc/strscan/strscan.md --- doc/strscan/strscan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/strscan/strscan.md b/doc/strscan/strscan.md index 465cebd4cb..cb6cbc6ae2 100644 --- a/doc/strscan/strscan.md +++ b/doc/strscan/strscan.md @@ -199,7 +199,8 @@ put_situation(scanner) # pos: 8 # charpos: 6 # rest: "んにちは" -# rest_size: 12``` +# rest_size: 12 +``` ## Target Substring