1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-25 23:30:49 +08:00

Fixed typo in tutorial output

This commit is contained in:
wqking 2022-07-21 20:22:47 +08:00
parent 468b7cf4f5
commit 1fbc2fb4ae
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ dispatcher.dispatch(5, "World", false);
**Output**
> Got event 3, s is Hello b is true
> Got event 5, s is World b is false
> Got event 5, s is World b is 0
> Got another event 5, s is World b is false
**Remarks**

View File

@ -305,6 +305,7 @@ Added CallbackList, EventDispatcher, EventQueue, CounterRemover, ConditionalRemo
<td align="center"><a href="https://github.com/gelijian/"><img alt="gelijian" src="https://github.com/gelijian.png?s=100" width="100px;" /></a><span>gelijian</span></td>
<td align="center"><a href="https://github.com/MH2033/"><img alt="MH2033" src="https://github.com/MH2033.png?s=100" width="100px;" /></a><span>MH2033</span></td>
<td align="center"><a href="https://github.com/zhllxt/"><img alt="zhllxt" src="https://github.com/zhllxt.png?s=100" width="100px;" /></a><span>zhllxt</span></td>
<td align="center"><a href="https://github.com/marsCatXdu/"><img alt="marsCatXdu" src="https://github.com/marsCatXdu.png?s=100" width="100px;" /></a><span>marsCatXdu</span></td>
</tr>
</table>