mirror of https://github.com/rails/rails
Merge pull request #43635 from shunyama/fix-grammatical-mistakes
Fixed tiny grammatical mistakes in comments [skip ci]
This commit is contained in:
commit
5a4a316246
|
@ -109,7 +109,7 @@ module ActiveJob
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
|
||||
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
|
||||
# a hash containing the job's class and it's argument are passed as argument.
|
||||
#
|
||||
# Asserts the number of times a job is enqueued to a specific queue by passing +:queue+ option.
|
||||
|
@ -168,7 +168,7 @@ module ActiveJob
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
|
||||
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
|
||||
# a hash containing the job's class and it's argument are passed as argument.
|
||||
#
|
||||
# Asserts that no jobs are enqueued to a specific queue by passing +:queue+ option
|
||||
|
@ -325,7 +325,7 @@ module ActiveJob
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
|
||||
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
|
||||
# an instance of the job will be passed as argument.
|
||||
#
|
||||
# If the +:queue+ option is specified,
|
||||
|
@ -579,7 +579,7 @@ module ActiveJob
|
|||
# assert_performed_jobs 1
|
||||
# end
|
||||
#
|
||||
# +:only+ and +:except+ options accepts Class, Array of Class or Proc. When passed a Proc,
|
||||
# +:only+ and +:except+ options accept Class, Array of Class or Proc. When passed a Proc,
|
||||
# an instance of the job will be passed as argument.
|
||||
#
|
||||
# If the +:queue+ option is specified,
|
||||
|
|
Loading…
Reference in New Issue