diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-04-17 12:35:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-17 12:35:35 -0700 |
| commit | 1fb23813166e768a59bc7468d09bcb2e8e0f8f03 (patch) | |
| tree | ea6746763647264d62389f73768662184d32c82e /lib/docs | |
| parent | 77abd3a96aa8c8c1277cdbb33d88149d4674d389 (diff) | |
| parent | 23062a5bed285f72e35651dd1e8b4a125b83dba0 (diff) | |
| download | zig-1fb23813166e768a59bc7468d09bcb2e8e0f8f03.tar.gz zig-1fb23813166e768a59bc7468d09bcb2e8e0f8f03.zip | |
Merge pull request #19630 from mlugg/comptime-ptr-access-5
compiler: rework comptime pointer representation and access
Diffstat (limited to 'lib/docs')
| -rw-r--r-- | lib/docs/wasm/markdown/Document.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/docs/wasm/markdown/Document.zig b/lib/docs/wasm/markdown/Document.zig index f3c0fdeed0..8eec97415c 100644 --- a/lib/docs/wasm/markdown/Document.zig +++ b/lib/docs/wasm/markdown/Document.zig @@ -131,7 +131,7 @@ pub const Node = struct { } }; - pub const TableCellAlignment = enum { + pub const TableCellAlignment = enum(u2) { unset, left, center, |
