Skip to content

Commit 8ecf844

Browse files
authored
Fix missing ` (#4403)
Co-authored-by: Josh L <[email protected]>
1 parent 4994e13 commit 8ecf844

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/docs/adding_features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ type. Look to the comments on those functions for instructions on what is
314314
needed.
315315

316316
Instructions won't be given a name unless
317-
[`InstNamer::CollectNamesInBlock](/toolchain/sem_ir/inst_namer.cpp) is called on
318-
the `InstBlockId` they are a member of. As of this writing,
317+
[`InstNamer::CollectNamesInBlock`](/toolchain/sem_ir/inst_namer.cpp) is called
318+
on the `InstBlockId` they are a member of. As of this writing,
319319
`InstNamer::CollectNamesInBlock` should only be called once per `InstBlockId`.
320320
To accomplish this, there should be one instruction kind that "owns" the
321321
instruction block, and will have a case in `InstNamer::CollectNamesInBlock` that

0 commit comments

Comments
 (0)