diff options
author | Chirag Shah <shahchirag1709@gmail.com> | 2019-03-25 12:49:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 12:49:58 +0530 |
commit | 20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb (patch) | |
tree | 8dff6b51754ed20a0167e5be7f8fb16841391156 /activerecord | |
parent | 598ba6e4192f03557681852f158c2af7e02dcb0c (diff) | |
download | rails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.tar.gz rails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.tar.bz2 rails-20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb.zip |
[ci skip] Fixed typo
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index adf41cd872..df781b4f1e 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -13,7 +13,7 @@ * Support Optimizer Hints. - In most databases, there is a way to control the optimizer is by using optimizer hints, + In most databases, a way to control the optimizer is by using optimizer hints, which can be specified within individual statements. Example (for MySQL): |