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``).
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++
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments