Skip to content

Commit e984e2f

Browse files
committed
fix release note error due to the letter after the inline markup
1 parent 27b863a commit e984e2f

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
@@ -687,7 +687,7 @@ AST Matchers
687687
- Fixed detection of explicit parameter lists in ``LambdaExpr``. (#GH168452)
688688
- Added ``hasExplicitParameters`` for ``LambdaExpr`` as an output attribute to
689689
AST JSON dumps.
690-
- Add ``arrayTypeLoc`` matcher for matching ``ArrayTypeLoc``s.
690+
- Add ``arrayTypeLoc`` matcher for matching ``ArrayTypeLoc``.
691691

692692
clang-format
693693
------------

0 commit comments

Comments
 (0)