Skip to content

Commit f6e3570

Browse files
Merge pull request #1813 from yasslab/modify_text
v7.0 で実際の表示に合わせた文言調整
2 parents a076f2b + e7b0f24 commit f6e3570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/source/ja/5_2_release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ Active Record
440440
* ダーティなレコードで`lock!`を呼ぶとraiseするようになった。
441441
([Commit](https://github.com/rails/rails/commit/63cf15877bae859ff7b4ebaf05186f3ca79c1863))
442442

443-
* sqliteアダプタ利用時にインデックスのカラム順が`db/schema.rb`に記載されないバグを修正。
443+
* SQliteアダプタ利用時にインデックスのカラム順が`db/schema.rb`に記載されないバグを修正。
444444
([Pull Request](https://github.com/rails/rails/pull/30970))
445445

446446
* `bin/rails db:migrate``VERSION`を指定した場合の動作を修正。VERSIONが空の`bin/rails db:migrate`の振る舞いは、`VERSION`を指定していない場合の動作と同じになった。

guides/source/ja/autoloading_and_reloading_constants_classic_mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ require_dependency 'square'
771771
自動読み込みされる定数を定義するファイルは、決して`require`されるべきではありません。
772772

773773
```ruby
774-
require 'user' # これは絶対だめ
774+
require 'user' # これは絶対ダメ
775775

776776
class UsersController < ApplicationController
777777
...

0 commit comments

Comments
 (0)