This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 7eb16fffec fixed typo of RocketMQ_Example.md (#8905)
7eb16fffec is described below
commit 7eb16fffec6bf7f118e3373df48e76c7647eb348
Author: TianMing2018 <[email protected]>
AuthorDate: Mon Nov 11 10:00:26 2024 +0800
fixed typo of RocketMQ_Example.md (#8905)
fixed typo worlds 'finalString'
---
docs/cn/RocketMQ_Example.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/cn/RocketMQ_Example.md b/docs/cn/RocketMQ_Example.md
index 4f08e88154..77c1bd7b27 100644
--- a/docs/cn/RocketMQ_Example.md
+++ b/docs/cn/RocketMQ_Example.md
@@ -645,7 +645,7 @@ RocketMQ只定义了一些基本语法来支持这个特性。你也可以很容
只有使用push模式的消费者才能用使用SQL92标准的sql语句,接口如下:
```
-public void subscribe(finalString topic, final MessageSelector messageSelector)
+public void subscribe(final String topic, final MessageSelector
messageSelector)
```
### 5.2 使用样例