Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfive committed Jan 15, 2019
1 parent aa4b175 commit ffb24d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void testBuild() {

assertNotNull(slotChain);

// verify the order of slots
// verify the order of slot
AbstractLinkedProcessorSlot<?> next = slotChain.getNext();
assertTrue(next instanceof NodeSelectorSlot);

Expand Down

0 comments on commit ffb24d3

Please sign in to comment.