From 6b20c572462b0f1d69709ca521f401d26c9e74ab Mon Sep 17 00:00:00 2001 From: Ahmad Yasser <99479536+aynh@users.noreply.github.com> Date: Tue, 31 Jan 2023 03:25:33 +0800 Subject: [PATCH] docs,sync: separate example code blocks with a newline (#17165) --- vlib/sync/once.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/sync/once.v b/vlib/sync/once.v index 9dff78ffc..9afa8e2e2 100644 --- a/vlib/sync/once.v +++ b/vlib/sync/once.v @@ -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) { -- 2.30.2