From f4b9c0735e339b177d98fe69cf210eea00c0af62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 3 Aug 2022 10:51:34 +0200 Subject: [PATCH] [clang][NFC] Try to fix the docs build --- clang/docs/ReleaseNotes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 2c439a0..8e35bd5 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -56,7 +56,7 @@ Bug Fixes destructor names were incorrectly accepted on template classes. - Improve compile-times with large dynamic array allocations with trivial constructors. This fixes - `Issue 56774`_. + `Issue 56774 `_. Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- 2.7.4