diff options
| author | dak2 <dawt2h@gmail.com> | 2026-05-10 21:24:30 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu.nakada@gmail.com> | 2026-05-10 22:36:28 +0900 |
| commit | a41ae11d98e39eb4b3576576a2acc775998a6a8b (patch) | |
| tree | 1ab5518cce30f02c87bf1d03d255748aeb7b4888 | |
| parent | 186da0b481333354bc97534396fb91e222989dc9 (diff) | |
[DOC] Remove unnecessary backticks from ZJIT docs
The Markdown formatting was broken, so I removed it.
| -rw-r--r-- | doc/jit/zjit.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/jit/zjit.md b/doc/jit/zjit.md index 2b8bd640f1..ebe5cc4f9b 100644 --- a/doc/jit/zjit.md +++ b/doc/jit/zjit.md @@ -365,7 +365,6 @@ Note that this disables profiling. To inject interpreter profiles into ZJIT, con ```bash ./miniruby --zjit --zjit-dump-hir -e "30.times { 1 + 1 }" ``` -``` ### Viewing HIR in Iongraph |
