Skip to content

Commit 54751d8

Browse files
committed
fixed a backquote to a singlequote
1 parent bea2121 commit 54751d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/news/_posts/2024-10-07-ruby-3-4-0-preview2-released.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Ruby {{ release.version }}がリリースされました。
5858
from test.rb:2:in `<main>'
5959
New:
6060
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
61-
from test.rb:2:in `<main>'
61+
from test.rb:2:in '<main>'
6262
```
6363

6464
* `Hash#inspect`の出力を変更しました。 [[Bug #20433]]

0 commit comments

Comments
 (0)