mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[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.md041b15df4c
This commit is contained in:
parent
d5bc4b812a
commit
cd4b45ab17
1 changed files with 2 additions and 1 deletions
|
@ -199,7 +199,8 @@ put_situation(scanner)
|
|||
# pos: 8
|
||||
# charpos: 6
|
||||
# rest: "んにちは"
|
||||
# rest_size: 12```
|
||||
# rest_size: 12
|
||||
```
|
||||
|
||||
## Target Substring
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue