1
0
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:
Ahmad Yasser 2023-01-31 03:25:33 +08:00 committed by GitHub
parent 5abca37ff7
commit 6b20c57246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {