Skip to content

Commit 21d14b7

Browse files
authored
Update clang-tools-extra/docs/clang-tidy/checks/misc/coroutine-hostile-raii.rst
1 parent a8322e7 commit 21d14b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/coroutine-hostile-raii.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Options
4545

4646
A semicolon-separated list of qualified types which should not be allowed to
4747
persist across suspension points.
48-
Eg: `my::lockable;a::b;::my::other::lockable;`
48+
Eg: `my::lockable;a::b;::my::other::lockable`
4949
The default value of this option is `std::lock_guard;std::scoped_lock`.
5050

5151
.. option:: AllowedAwaitablesList

0 commit comments

Comments
 (0)