Skip to content

Commit

Permalink
[DOC] doc/strscan/strscan.md - fix triple backtick (#112)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MSP-Greg authored Oct 28, 2024
1 parent 843e931 commit 041b15d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/strscan/strscan.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ put_situation(scanner)
# pos: 8
# charpos: 6
# rest: "んにちは"
# rest_size: 12```
# rest_size: 12
```

## Target Substring

Expand Down

0 comments on commit 041b15d

Please sign in to comment.