Skip to content

Commit 145c6e5

Browse files
committed
Fix typo
1 parent 4a0679b commit 145c6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-designated-initializers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ declaration of ``S``.
3838
Options
3939
-------
4040

41-
.. options:: IgnoreSingleElementAggregates
41+
.. option:: IgnoreSingleElementAggregates
4242

4343
The value `false` specifies that even initializers for aggregate types
4444
with only a single element should be checked. The default value is `true`.

0 commit comments

Comments
 (0)