diff --git a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java index 7b475b89..aad95c8a 100755 --- a/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java +++ b/sentinel-core/src/main/java/com/alibaba/csp/sentinel/slots/nodeselector/NodeSelectorSlot.java @@ -33,7 +33,7 @@ import com.alibaba.csp.sentinel.slotchain.ResourceWrapper; *
    *
  1. adding a new {@link DefaultNode} if needed as the last child in the context. * The context's last node is the current node or the parent node of the context.
  2. - *
  3. setting itself to the the context current node.
  4. + *
  5. setting itself to the context current node.
  6. *
*

*