Skip to content

Commit 720020a

Browse files
havehearttmahesh-attarde
authored andcommitted
[clang-format] fix typo in docs (llvm#150658)
Closes llvm#150533
1 parent 2d4a541 commit 720020a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1912,7 +1912,7 @@ the configuration (without a prefix: ``Auto``).
19121912

19131913
* ``SFS_InlineOnly`` (in configuration: ``InlineOnly``)
19141914
Only merge functions defined inside a class. Same as ``inline``,
1915-
except it does not implies ``empty``: i.e. top level empty functions
1915+
except it does not imply ``empty``: i.e. top level empty functions
19161916
are not merged either.
19171917

19181918
.. code-block:: c++

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ struct FormatStyle {
831831
/// Never merge functions into a single line.
832832
SFS_None,
833833
/// Only merge functions defined inside a class. Same as ``inline``,
834-
/// except it does not implies ``empty``: i.e. top level empty functions
834+
/// except it does not imply ``empty``: i.e. top level empty functions
835835
/// are not merged either.
836836
/// \code
837837
/// class Foo {

0 commit comments

Comments
 (0)