Skip to content

Commit 52c3127

Browse files
committed
root: fix file-level document
1 parent eaa0fb6 commit 52c3127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/root.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
//! For the `{ .a = 1, .b = "Hello World" }`, the layout is like:
8989
//!
9090
//! ```
91-
//! | (map:2) | (int) | 0x01 | (str:11) | "Hello World" |
91+
//! | (map:2) | (str:1) | "a" | (int) | 0x01 | (str:1) | "b" | (str:11) | "Hello World" |
9292
//! ```
9393
//!
9494

0 commit comments

Comments
 (0)