From ca875d0c02b41c9a3f2f57e9de2ba3141bd1d7a5 Mon Sep 17 00:00:00 2001 From: Sharang Dashputre Date: Thu, 13 Sep 2018 22:12:39 +0530 Subject: Update arguments.rb [ci skip] Fix typo `Instrinsic` -> `Intrinsic` --- activejob/lib/active_job/arguments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob') diff --git a/activejob/lib/active_job/arguments.rb b/activejob/lib/active_job/arguments.rb index ba7f9456f9..b344c44aef 100644 --- a/activejob/lib/active_job/arguments.rb +++ b/activejob/lib/active_job/arguments.rb @@ -34,7 +34,7 @@ module ActiveJob arguments.map { |argument| serialize_argument(argument) } end - # Deserializes a set of arguments. Instrinsic types that can safely be + # Deserializes a set of arguments. Intrinsic types that can safely be # deserialized without mutation are returned as-is. Arrays/Hashes are # deserialized element by element. All other types are deserialized using # GlobalID. -- cgit v1.2.3