Skip to content

Commit

Permalink
fixed accidental text garble
Browse files Browse the repository at this point in the history
  • Loading branch information
VisenDev committed Feb 21, 2024
1 parent c6b19ba commit 9638e07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1658,8 +1658,7 @@ pub const Lua = struct {
}
}

/// Similar to `Lua.setTable()` but does a raw asskdjfal;sdkfjals;dkfj;dk:q
/// gnment (without metamethods)
/// Similar to `Lua.setTable()` but does a raw assignment (without metamethods)
/// See https://www.lua.org/manual/5.4/manual.html#lua_rawset
pub fn rawSetTable(lua: *Lua, index: i32) void {
c.lua_rawset(lua.state, index);
Expand Down

0 comments on commit 9638e07

Please sign in to comment.