Skip to content

Commit be56e22

Browse files
committed
Update GC step_size doc
1 parent c5aadc6 commit be56e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ pub struct GcIncParams {
9090
/// GC work performed per unit of memory allocated.
9191
pub step_multiplier: Option<c_int>,
9292

93-
/// Granularity of each GC step in kilobytes.
93+
/// Granularity of each GC step (see Lua reference for details).
9494
#[cfg(any(feature = "lua55", feature = "lua54", feature = "luau"))]
9595
#[cfg_attr(docsrs, doc(cfg(any(feature = "lua55", feature = "lua54", feature = "luau"))))]
9696
pub step_size: Option<c_int>,

0 commit comments

Comments
 (0)