Commit bcdb790d authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch '292695' into 'master'

Fix a typo in lib/gitlab/batch_pop_queueing.rb

See merge request gitlab-org/gitlab!49679
parents 6772eb3a ea806853
...@@ -9,7 +9,7 @@ module Gitlab ...@@ -9,7 +9,7 @@ module Gitlab
# and the following items wait until the next items have been popped from the queue. # and the following items wait until the next items have been popped from the queue.
# On the other hand, this queueing system, the former part is same, however, # On the other hand, this queueing system, the former part is same, however,
# it pops the enqueued items as batch. This is especially useful when you want to # it pops the enqueued items as batch. This is especially useful when you want to
# drop redandant items from the queue in order to process important items only, # drop redundant items from the queue in order to process important items only,
# thus it's more efficient than the traditional queueing system. # thus it's more efficient than the traditional queueing system.
# #
# Caveats: # Caveats:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment