From 8ecf844ba5b1e49f5c0d4dddb3b4e23866458dea Mon Sep 17 00:00:00 2001 From: josh11b <15258583+josh11b@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:43:51 -0700 Subject: [PATCH] Fix missing ` (#4403) Co-authored-by: Josh L --- toolchain/docs/adding_features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolchain/docs/adding_features.md b/toolchain/docs/adding_features.md index 33052c7a69e9..c64fd1e8509e 100644 --- a/toolchain/docs/adding_features.md +++ b/toolchain/docs/adding_features.md @@ -314,8 +314,8 @@ type. Look to the comments on those functions for instructions on what is needed. Instructions won't be given a name unless -[`InstNamer::CollectNamesInBlock](/toolchain/sem_ir/inst_namer.cpp) is called on -the `InstBlockId` they are a member of. As of this writing, +[`InstNamer::CollectNamesInBlock`](/toolchain/sem_ir/inst_namer.cpp) is called +on the `InstBlockId` they are a member of. As of this writing, `InstNamer::CollectNamesInBlock` should only be called once per `InstBlockId`. To accomplish this, there should be one instruction kind that "owns" the instruction block, and will have a case in `InstNamer::CollectNamesInBlock` that