diff --git a/activemodel/lib/active_model/serializers/json.rb b/activemodel/lib/active_model/serializers/json.rb index 31a3f1e1486a7de9562980f8cf450d696a4bfef8..c8454401202cc53bcd11854764141f3b97985f24 100644 --- a/activemodel/lib/active_model/serializers/json.rb +++ b/activemodel/lib/active_model/serializers/json.rb @@ -42,7 +42,7 @@ module JSON # The remainder of the examples in this section assume include_root_in_json is set to # false. # - # Without any +options+, the returned JSON string will include all the model's + # Without any +options+, the returned Hash will include all the model's # attributes. For example: # # user = User.find(1)