We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfef897 commit b50b064Copy full SHA for b50b064
bit/README.md
@@ -1,4 +1,4 @@
1
-# stats [](https://godoc.org/github.com/vadv/gopher-lua-libs/bit)
+# bit [](https://godoc.org/github.com/vadv/gopher-lua-libs/bit)
2
3
## Usage
4
bit/loader.go
@@ -2,7 +2,7 @@ package bit
import lua "github.com/yuin/gopher-lua"
5
-// Preload adds stats to the given Lua state's package.preload table. After it
+// Preload adds bit to the given Lua state's package.preload table. After it
6
// has been preloaded, it can be loaded using require:
7
//
8
// local bit = require("bit")
0 commit comments