mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs,sync: separate example code blocks with a newline (#17165)
This commit is contained in:
parent
5abca37ff7
commit
6b20c57246
@ -41,6 +41,7 @@ fn (mut o Once) do_slow(f fn ()) {
|
||||
// o.add(5)
|
||||
// })
|
||||
// ```
|
||||
//
|
||||
// ... you can use:
|
||||
// ```v
|
||||
// once.do_with_param(fn (mut o One) {
|
||||
|
Loading…
Reference in New Issue
Block a user