Skip to content

Commit

Permalink
[clang-tidy][docs] Remove an unintentional paragraph break
Browse files Browse the repository at this point in the history
  • Loading branch information
gribozavr committed Jun 11, 2022
1 parent 65299c9 commit 11f75e0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,8 +4,8 @@ bugprone-unchecked-optional-access
==================================

*Note*: This check uses a flow-sensitive static analysis to produce its
results. Therefore, it may be more resource intensive (RAM, CPU) than the
average clang-tidy check.
results. Therefore, it may be more resource intensive (RAM, CPU) than the
average clang-tidy check.

This check identifies unsafe accesses to values contained in
``std::optional<T>``, ``absl::optional<T>``, or ``base::Optional<T>``
Expand Down

0 comments on commit 11f75e0

Please sign in to comment.