Skip to content

Commit bc00c24

Browse files
committed
Fix comments.
1 parent 2f5351e commit bc00c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hex/loader.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ package hex
22

33
import lua "github.com/yuin/gopher-lua"
44

5-
// Preload adds yaml to the given Lua state's package.preload table. After it
5+
// Preload adds hex to the given Lua state's package.preload table. After it
66
// has been preloaded, it can be loaded using require:
77
//
8-
// local yaml = require("yaml")
8+
// local hex = require("hex")
99
func Preload(L *lua.LState) {
1010
L.PreloadModule("hex", Loader)
1111
}

0 commit comments

Comments
 (0)