mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
docs: unify format of notes (#17294)
This commit is contained in:
parent
e7fcf66095
commit
c8c70de87d
24 changed files with 422 additions and 252 deletions
|
@ -51,7 +51,8 @@ fn on_press(receiver voidptr, e &ClickEvent, sender voidptr) {
|
|||
For **usage across modules**
|
||||
[check the example](https://github.com/vlang/v/tree/master/examples/eventbus).
|
||||
|
||||
_Note: As a general rule, you will need to **subscribe before publishing**._
|
||||
> **Note**
|
||||
> As a general rule, you will need to **subscribe before publishing**.
|
||||
|
||||
**main.v**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue