Skip to content

Commit

Permalink
Improve translation
Browse files Browse the repository at this point in the history
  • Loading branch information
colorbox committed Jul 19, 2018
1 parent 03a8721 commit 400dad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/action_controller_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class ApplicationController < ActionController::Base
end
```
セッションを使用して何かを行なうのであれば、ハッシュに似たキーにセッションを割り当てます
セッションに何かを保存したければ、ハッシュのようにキーにそれを割り当てます
```ruby
class LoginsController < ApplicationController
Expand Down

0 comments on commit 400dad2

Please sign in to comment.