This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.3 by this push:
     new 5dceb96c6b Fix typo in Activate comments (#14233)
5dceb96c6b is described below

commit 5dceb96c6b9064f1e02fc065e9cbc0f908cdc6e7
Author: Han Yaodong <[email protected]>
AuthorDate: Mon May 27 11:55:48 2024 +0800

    Fix typo in Activate comments (#14233)
---
 .../src/main/java/org/apache/dubbo/common/extension/Activate.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dubbo-common/src/main/java/org/apache/dubbo/common/extension/Activate.java 
b/dubbo-common/src/main/java/org/apache/dubbo/common/extension/Activate.java
index 53344314c7..86ad675a6c 100644
--- a/dubbo-common/src/main/java/org/apache/dubbo/common/extension/Activate.java
+++ b/dubbo-common/src/main/java/org/apache/dubbo/common/extension/Activate.java
@@ -86,7 +86,7 @@ public @interface Activate {
     /**
      * Absolute ordering info, optional
      *
-     * Ascending order, smaller values will be in the front o the list.
+     * Ascending order, smaller values will be in the front of the list.
      *
      * @return absolute ordering info
      */

Reply via email to