Skip to content

Commit d5fb285

Browse files
author
Tim Cooper
committed
fix incorrect variable in preload example
1 parent 06fd7e4 commit d5fb285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
//
99
// Below is an example usage of the library:
1010
// L := lua.NewState()
11-
// lfs.Preload(s)
11+
// lfs.Preload(L)
1212
package lfs // import "layeh.com/gopher-lfs"

0 commit comments

Comments
 (0)