File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1912,7 +1912,7 @@ the configuration (without a prefix: ``Auto``).
1912
1912
1913
1913
* ``SFS_InlineOnly `` (in configuration: ``InlineOnly ``)
1914
1914
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
1916
1916
are not merged either.
1917
1917
1918
1918
.. code-block :: c++
Original file line number Diff line number Diff line change @@ -831,7 +831,7 @@ struct FormatStyle {
831
831
// / Never merge functions into a single line.
832
832
SFS_None,
833
833
// / 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
835
835
// / are not merged either.
836
836
// / \code
837
837
// / class Foo {
You can’t perform that action at this time.
0 commit comments