From 2cf5ab155b7a8c7d51f939f2adccffdde603d52b Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 2 Jun 2023 16:14:59 -0700 Subject: [PATCH] Fix copy-paste error in name of pull request (#2871) From a suggested change from jonmeow that arrived after #2870 was merged. --- docs/design/lexical_conventions/symbolic_tokens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/lexical_conventions/symbolic_tokens.md b/docs/design/lexical_conventions/symbolic_tokens.md index 9ef844e1fabc..26bbb48d1382 100644 --- a/docs/design/lexical_conventions/symbolic_tokens.md +++ b/docs/design/lexical_conventions/symbolic_tokens.md @@ -129,7 +129,7 @@ source file: - Proposal [#1083: Arithmetic expressions](https://github.com/carbon-language/carbon-lang/pull/1083) - Proposal - [#1191: Arithmetic expressions](https://github.com/carbon-language/carbon-lang/pull/1191) + [#1191: Bitwise operators](https://github.com/carbon-language/carbon-lang/pull/1191) - Proposal [#2188: Pattern matching syntax and semantics](https://github.com/carbon-language/carbon-lang/pull/2188) - Proposal