Skip to content

Commit

Permalink
Update active_support_core_extensions.md
Browse files Browse the repository at this point in the history
`downcase_first`メソッドの説明文が翻訳されていなかったので修正しました🙇
  • Loading branch information
Goto-star authored Nov 27, 2024
1 parent 4a6eba0 commit 7a1ddcd
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 7a1ddcd

Please sign in to comment.