Skip to content

Commit

Permalink
Merge pull request #1782 from Goto-star/patch-2
Browse files Browse the repository at this point in the history
Update active_support_core_extensions.md
  • Loading branch information
yasulab authored Nov 27, 2024
2 parents 4a6eba0 + 7a1ddcd commit 30dd8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/active_support_core_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ NOTE: 定義は`active_support/core_ext/string/inflections.rb`にあります。

#### `downcase_first`

The method [`downcase_first`][String#downcase_first] converts the first letter of the receiver to lowercase:
[`downcase_first`][String#downcase_first]メソッドはレシーバの冒頭の文字を小文字にします。

```ruby
"If I had read Alice in Wonderland".downcase_first # => "if I had read Alice in Wonderland"
Expand Down

0 comments on commit 30dd8c9

Please sign in to comment.