Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 599dec9

Browse files
author
Yannick Loiseau
committed
FIX: closing tag in doc sample
1 parent 97f06e1 commit 599dec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/dynamic-evaluation.golo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ local function test_def = |env| {
5858
let f = env: def(code)
5959
println(">>> def")
6060
println(f(10, 20))
61-
#tag::def[]
61+
#end::def[]
6262
}
6363

6464
local function test_run = |env| {

0 commit comments

Comments
 (0)