ruby / strscan

Provides lexical scanning operations on a String.
BSD 2-Clause "Simplified" License
81 stars 32 forks source link

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

Closed MSP-Greg closed 4 days ago

MSP-Greg commented 5 days ago

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

kou commented 4 days ago

Good catch!