Skip to content

Commit

Permalink
doc: Fix typo in comments of SphO (alibaba#2206)
Browse files Browse the repository at this point in the history
  • Loading branch information
SparkLee authored May 17, 2021
1 parent 2c12b07 commit f395daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Conceptually, physical or logical resource that need protection should be
* surrounded by an entry. The requests to this resource will be blocked if any
* criteria is met, eg. when any {@link Rule}'s threshold is exceeded. Once blocked,
* {@link SphO}#enter() will return false.
* {@link SphO}#entry() will return false.
*
* <p>
* To configure the criteria, we can use <code>XXXRuleManager.loadRules()</code> to add rules. eg.
Expand Down

0 comments on commit f395daf

Please sign in to comment.