aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
authorr00ster91 <r00ster91@proton.me>2022-10-03 19:52:39 +0200
committerr00ster91 <r00ster91@proton.me>2022-10-05 21:19:10 +0200
commit654e0b6679f3436bacbf685223d6ab68f707a62f (patch)
tree3d643918bf5ab0e1a0754eeca210ee63cdd452e4 /src/type.zig
parent34835bbbcfe81cc87e823d14dc9b25e698ad5edc (diff)
downloadzig-654e0b6679f3436bacbf685223d6ab68f707a62f.tar.gz
zig-654e0b6679f3436bacbf685223d6ab68f707a62f.zip
fix(text): hyphenation and other fixes
Diffstat (limited to 'src/type.zig')
-rw-r--r--src/type.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/type.zig b/src/type.zig
index 1fef525062..b6f85b7390 100644
--- a/src/type.zig
+++ b/src/type.zig
@@ -2318,7 +2318,7 @@ pub const Type = extern union {
/// * the type has only one possible value, making its ABI size 0.
/// - an enum with an explicit tag type has the ABI size of the integer tag type,
/// making it one-possible-value only if the integer tag type has 0 bits.
- /// When `ignore_comptime_only` is true, then types that are comptime only
+ /// When `ignore_comptime_only` is true, then types that are comptime-only
/// may return false positives.
pub fn hasRuntimeBitsAdvanced(
ty: Type,