summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-08-24 15:49:39 +0000
committerHans Wennborg <hans@hanshq.net>2017-08-24 15:49:39 +0000
commitf19054656eb4fd4fcee1af3389f10337217dce75 (patch)
treee3af62b742204ec038bf35233354464036913332
parenta040372df3379f40d35981962e15a1aa85c489e7 (diff)
Release Notes fix
Patch by Marek Kurdej! git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_50@311668 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 5f99914396..0902d2f723 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -301,7 +301,7 @@ clang-format
| namespace A { | namespace A { |
| int i; | int i; |
| int j; | int j; |
- | } | } |
+ | } | } // namespace A |
+---------------------+---------------------+
* Comment reflow support added. Overly long comment lines will now be reflown with the rest of
@@ -384,7 +384,7 @@ New Issues Found
Python Binding Changes
----------------------
-Python bindings now support both Python 2 and Python 3.
+Python bindings now support both Python 2 and Python 3.
The following methods have been added: