Commit ea806853 authored by Qian Zhang's avatar Qian Zhang

Fix a typo in lib/gitlab/batch_pop_queueing.rb

parent 1068efd8
......@@ -9,7 +9,7 @@ module Gitlab
# 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,
# 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.
#
# 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