Skip to content

Commit

Permalink
Merge pull request #3384 from znz/fix-quotes
Browse files Browse the repository at this point in the history
Fix quotes of <main>
  • Loading branch information
JuanitoFatas authored Oct 9, 2024
2 parents 27bab3f + 271361d commit 9411a3d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion en/news/_posts/2024-05-16-ruby-3-4-0-preview1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Note: Excluding feature bug fixes.
New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
2 changes: 1 addition & 1 deletion en/news/_posts/2024-10-07-ruby-3-4-0-preview2-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note: Excluding feature bug fixes.
New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```

* `Hash#inspect` rendering has changed. [[Bug #20433]]
Expand Down
2 changes: 1 addition & 1 deletion es/news/_posts/2024-05-16-ruby-3-4-0-preview1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Nota: Excluyendo correcciones a problemas en características.
Ahora:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
2 changes: 1 addition & 1 deletion ja/news/_posts/2024-05-16-ruby-3-4-0-preview1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Ruby {{ release.version }}がリリースされました。
New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
2 changes: 1 addition & 1 deletion ko/news/_posts/2024-05-16-ruby-3-4-0-preview1-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다.
New:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lang: zh_cn
现在:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```

## C API 更新
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lang: zh_tw
新:
test.rb:1:in 'Object#foo': undefined method 'time' for an instance of Integer
from test.rb:2:in `<main>'
from test.rb:2:in '<main>'
```


Expand Down

0 comments on commit 9411a3d

Please sign in to comment.