mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
docs,sync: separate example code blocks with a newline (#17165)
This commit is contained in:
parent
5abca37ff7
commit
6b20c57246
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ fn (mut o Once) do_slow(f fn ()) {
|
||||||
// o.add(5)
|
// o.add(5)
|
||||||
// })
|
// })
|
||||||
// ```
|
// ```
|
||||||
|
//
|
||||||
// ... you can use:
|
// ... you can use:
|
||||||
// ```v
|
// ```v
|
||||||
// once.do_with_param(fn (mut o One) {
|
// once.do_with_param(fn (mut o One) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue