mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #32392 from yhirano55/capitalize_sentence_of_first_char_in_as_guide
[ci skip] Capitalize sentence of first char in AS guide
This commit is contained in:
commit
bc5149b3de
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Thus, after a simple require like:
|
||||||
require 'active_support'
|
require 'active_support'
|
||||||
```
|
```
|
||||||
|
|
||||||
objects do not even respond to `blank?`. Let's see how to load its definition.
|
Objects do not even respond to `blank?`. Let's see how to load its definition.
|
||||||
|
|
||||||
#### Cherry-picking a Definition
|
#### Cherry-picking a Definition
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue