From 308d637550f4b1ec7550df3fa6ab8db9fe7c81e8 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Sun, 18 Nov 2018 22:36:44 -0600 Subject: Change queueing to queuing in docs and comments [skip ci] My spellchecker flagged this as an incorrect spelling, upon further research it appears to be a point of contention in English. Either way might work. After further examination queuing is much more common in the Rails codebase so making this change will serve to standardize the spelling. --- activejob/lib/active_job/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activejob/lib/active_job/core.rb') diff --git a/activejob/lib/active_job/core.rb b/activejob/lib/active_job/core.rb index 62bb5861bb..698153636b 100644 --- a/activejob/lib/active_job/core.rb +++ b/activejob/lib/active_job/core.rb @@ -78,7 +78,7 @@ module ActiveJob end # Returns a hash with the job data that can safely be passed to the - # queueing adapter. + # queuing adapter. def serialize { "job_class" => self.class.name, -- cgit v1.2.3