We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e623a commit 50979c5Copy full SHA for 50979c5
README.md
@@ -922,7 +922,7 @@ module_kotlin模块Demo示例[module_kotlin/build.gradle](https://github.com/wyj
922
923
##### 6. 使用java方式注册拦截器
924
925
-* `addInterceptor(ordinal, interceptor)`重复添加相同序号级会catch。
+* `addInterceptor(ordinal, interceptor)`重复添加相同序号会catch。
926
* `setInterceptor(ordinal, interceptor)`重复添加相同序号会覆盖(更新)。
927
928
##### 7. 混淆
0 commit comments