Skip to content

Commit 39aca6f

Browse files
perilloalexrp
authored andcommitted
zon: Add anonymous struct literal in the example
1 parent 2201f74 commit 39aca6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/std/zon.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
//! .b = "hello, world!",
2424
//! .c = .{ true, false },
2525
//! .d = .{ 1, 2, 3 },
26+
//! .e = .{ .x = 13, .y = 67 },
2627
//! }
2728
//! ```
2829
//!

0 commit comments

Comments
 (0)