obj: module: fix comment
This commit is contained in:
parent
797f8f7a58
commit
40dcef1836
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ pub fn Objects(options: ObjectsOptions, comptime T: type) type {
|
|||
/// Global pointer to object relations graph
|
||||
graph: *Graph,
|
||||
|
||||
/// A bitset per-field used to track field changes. Only used if options.track_fields == true.
|
||||
/// A bitset used to track per-field changes. Only used if options.track_fields == true.
|
||||
updated: ?std.bit_set.DynamicBitSetUnmanaged = if (options.track_fields) .{} else null,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue