[ruby/strscan] [DOC] doc/strscan/strscan.md - fix triple backtick

(https://github.com/ruby/strscan/pull/112)

See current doc, search for '## Target Substring', notice the backtick
that isn't visible to the GitHub md parser.

843e931d13/doc/strscan/strscan.md

Fixed in the PR, see:

https://github.com/MSP-Greg/strscan/blob/00-strscan.md/doc/strscan/strscan.md

https://github.com/ruby/strscan/commit/041b15df4c
This commit is contained in:
MSP-Greg 2024-10-28 15:40:52 -05:00 committed by Hiroshi SHIBATA
parent d5bc4b812a
commit cd4b45ab17

View File

@ -199,7 +199,8 @@ put_situation(scanner)
# pos: 8
# charpos: 6
# rest: "んにちは"
# rest_size: 12```
# rest_size: 12
```
## Target Substring