Skip to content

Commit

Permalink
fixed typo of RocketMQ_Example.md (apache#8905)
Browse files Browse the repository at this point in the history
fixed typo worlds 'finalString'
  • Loading branch information
TianMing2018 authored Nov 11, 2024
1 parent dbd2791 commit 7eb16ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cn/RocketMQ_Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 使用样例
Expand Down

0 comments on commit 7eb16ff

Please sign in to comment.