Skip to content

Commit b50b064

Browse files
committed
Remove stats references
Signed-off-by: Dusan Borovcanin <[email protected]>
1 parent dfef897 commit b50b064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# stats [![GoDoc](https://godoc.org/github.com/vadv/gopher-lua-libs/bit?bit.svg)](https://godoc.org/github.com/vadv/gopher-lua-libs/bit)
1+
# bit [![GoDoc](https://godoc.org/github.com/vadv/gopher-lua-libs/bit?bit.svg)](https://godoc.org/github.com/vadv/gopher-lua-libs/bit)
22

33
## Usage
44

bit/loader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package bit
22

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

5-
// Preload adds stats to the given Lua state's package.preload table. After it
5+
// Preload adds bit to the given Lua state's package.preload table. After it
66
// has been preloaded, it can be loaded using require:
77
//
88
// local bit = require("bit")

0 commit comments

Comments
 (0)