Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit b4c47c4

Browse files
authored
Update Documentation.md
修复文档中的一个小问题
1 parent fa7e2b2 commit b4c47c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ if(a==b) // true
490490

491491
```c++
492492
MessageChain a = MessageChain().Plain("你好!").Face(14);
493-
for(std::shared_ptr<IMessage> m : mc)
493+
for(std::shared_ptr<IMessage> m : a)
494494
{
495495
// ...
496496
}

0 commit comments

Comments
 (0)