Skip to content

Commit 8d1e059

Browse files
committed
Fixes documentation
1 parent 2a581ce commit 8d1e059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/std/zon/parse.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ pub fn fromSlice(
307307
/// Like `fromSlice`, but asserts at compile time that the result type doesn't contain pointers. As
308308
/// such, the result doesn't need to be freed.
309309
///
310-
/// An allocator is still required for temporary allocations made during parsing, and status must
311-
/// still be freed if it is non-null.
310+
/// An allocator is still required for temporary allocations made during parsing.
312311
pub fn fromSliceFlat(
313312
T: type,
314313
gpa: Allocator,

0 commit comments

Comments
 (0)