Skip to content

Commit c1a41db

Browse files
committed
Wording improvement in the docs.
1 parent cf346ba commit c1a41db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/scope_guards.qbk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ lightweight version of `std::unique_lock`.]
510510

511511
Since [class_scope_defer_guard] effectively provides no interface to interact with after construction, it is better suited for anonymous
512512
"set up and forget" kind of scope guards. To emphasize this affinity, the library provides a `BOOST_SCOPE_DEFER` macro, which acts as
513-
a keyword defining a uniquely named [class_scope_defer_guard] scope guard. The macro should be followed by the function object to be
514-
invoked on scope exit.
513+
a keyword defining a uniquely named [class_scope_defer_guard] object. The macro should be followed by the function object to be invoked
514+
on scope exit.
515515

516516
BOOST_SCOPE_DEFER []
517517
{

0 commit comments

Comments
 (0)