Skip to content

Commit d3c20b7

Browse files
authored
fix wrong label in ref_get function (#5)
1 parent 624a44a commit d3c20b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/glua.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ pub fn get_private(
254254

255255
/// Same as `glua.get`, but returns a reference to the value instead of decoding it
256256
pub fn ref_get(
257-
lua lua: Lua,
257+
state lua: Lua,
258258
keys keys: List(String),
259259
) -> Result(ValueRef, LuaError) {
260260
do_ref_get(lua, keys)

0 commit comments

Comments
 (0)