Skip to content

Commit

Permalink
Fixes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonRemaley committed Feb 22, 2025
1 parent f8589db commit 6868862
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/std/zon/parse.zig
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ pub fn fromSlice(
/// Like `fromSlice`, but asserts at compile time that the result type doesn't contain pointers. As
/// such, the result doesn't need to be freed.
///
/// An allocator is still required for temporary allocations made during parsing, and status must
/// still be freed if it is non-null.
/// An allocator is still required for temporary allocations made during parsing.
pub fn fromSliceFlat(
T: type,
gpa: Allocator,
Expand Down

0 comments on commit 6868862

Please sign in to comment.