Skip to content

Commit 8614674

Browse files
committed
Fix underlining in docs to fix the sphinx build
1 parent 702c4ad commit 8614674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone-unchecked-optional-access.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ instead, check explicitly that the optional object has a value. For example:
211211
instead of the `HasProperty`, `GetProperty` pairing we saw above.
212212

213213
Do not rely on caller-performed checks
214-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
214+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215215

216216
If you know that all of a function's callers have checked that an optional
217217
argument has a value, either change the function to take the value directly or

0 commit comments

Comments
 (0)