1
0
Fork 0
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:
Andrew White 2018-03-31 13:55:30 +01:00 committed by GitHub
commit bc5149b3de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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