Skip to content

Commit 6218e40

Browse files
wooster0andrewrk
authored andcommitted
Zir: fix outdated comment
1 parent 70cbe5a commit 6218e40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Zir.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,8 +2045,7 @@ pub const Inst = struct {
20452045

20462046
/// A reference to a TypedValue or ZIR instruction.
20472047
///
2048-
/// If the Ref has a tag in this enum, it refers to a TypedValue which may be
2049-
/// retrieved with Ref.toTypedValue().
2048+
/// If the Ref has a tag in this enum, it refers to a TypedValue.
20502049
///
20512050
/// If the value of a Ref does not have a tag, it refers to a ZIR instruction.
20522051
///

0 commit comments

Comments
 (0)