Skip to content

Commit 1e429ff

Browse files
authored
[Clang][Docs] Fix issue number
Fix typo introduced by 6e36ceb
1 parent b3c2c5a commit 1e429ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Bug Fixes to C++ Support
292292
- Clang now properly diagnoses missing 'default' template arguments on a variety
293293
of templates. Previously we were diagnosing on any non-function template
294294
instead of only on class, alias, and variable templates, as last updated by
295-
CWG2032. Fixes (#GH#83461)
295+
CWG2032. Fixes (#GH83461)
296296

297297

298298
Bug Fixes to AST Handling

0 commit comments

Comments
 (0)