aboutsummaryrefslogtreecommitdiff
path: root/lib/docs
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-04-17 12:35:35 -0700
committerGitHub <noreply@github.com>2024-04-17 12:35:35 -0700
commit1fb23813166e768a59bc7468d09bcb2e8e0f8f03 (patch)
treeea6746763647264d62389f73768662184d32c82e /lib/docs
parent77abd3a96aa8c8c1277cdbb33d88149d4674d389 (diff)
parent23062a5bed285f72e35651dd1e8b4a125b83dba0 (diff)
downloadzig-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.zig2
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,