From 20a8d2974d5e4fba9ae199ebd7e3ef30fa2f7dcb Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Mon, 25 Mar 2019 12:49:58 +0530 Subject: [ci skip] Fixed typo --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') 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): -- cgit v1.2.3