Skip to content

Commit e963dfb

Browse files
committed
Correct description of the section to Variable is Value
1 parent 124140b commit e963dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp2util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ constexpr auto is( X const& ) -> std::true_type {
14261426
return {};
14271427
}
14281428

1429-
// Values
1429+
// Variable is Value
14301430
//
14311431
template <typename X, typename V>
14321432
constexpr auto is( X const&, V && ) -> std::false_type {

0 commit comments

Comments
 (0)