From 18e0fe934e5e5a36e00a36fe93f2b1442b15a833 Mon Sep 17 00:00:00 2001 From: Johannes Vetter Date: Fri, 5 Mar 2021 16:14:35 -0800 Subject: [PATCH] Fix typo --- lib/fast_jsonapi/serialization_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fast_jsonapi/serialization_core.rb b/lib/fast_jsonapi/serialization_core.rb index 67f12da..6e6c288 100644 --- a/lib/fast_jsonapi/serialization_core.rb +++ b/lib/fast_jsonapi/serialization_core.rb @@ -61,7 +61,7 @@ module FastJsonapi # If something callable, the result of that callable. # # @param superset [Hash] - # The attributers or relationships to filter + # The attributes or relationships to filter # # @param record [Object] # The current record to get serialized