Skip to content

Commit ededd3e

Browse files
committed
Fix comment.
1 parent dfc3200 commit ededd3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/gtl/utils.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ class scoped_set_unset {
5454
};
5555

5656
// ---------------------------------------------------------------------------
57-
// An object which calls a lambda in its constructor, and another one in
58-
// its destructor
57+
// An object which calls a lambda in its destructor
5958
//
6059
// This object must be captured in a local variable, Otherwise, since it is a
6160
// temporary, it will be destroyed immediately, thus calling the function.

0 commit comments

Comments
 (0)