Skip to content

Commit

Permalink
obj: module: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnne authored and slimsag committed Nov 30, 2024
1 parent 797f8f7 commit 40dcef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},

Expand Down

0 comments on commit 40dcef1

Please sign in to comment.