diff --git a/src/Zir.zig b/src/Zir.zig index b8ea2ea2951dbb69f36a08ca3f0616b8a2879dd9..65e2f21cc9dcce8cb39ab128e034a6ad9015899f 100644 --- a/src/Zir.zig +++ b/src/Zir.zig @@ -2045,8 +2045,7 @@ pub const Inst = struct { /// A reference to a TypedValue or ZIR instruction. /// - /// If the Ref has a tag in this enum, it refers to a TypedValue which may be - /// retrieved with Ref.toTypedValue(). + /// If the Ref has a tag in this enum, it refers to a TypedValue. /// /// If the value of a Ref does not have a tag, it refers to a ZIR instruction. ///