Skip to content

Commit 6cee182

Browse files
committed
Correct section comment to Variable is Type
1 parent 1d2a703 commit 6cee182

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
@@ -1385,7 +1385,7 @@ constexpr auto is( X&& ) -> decltype(auto) {
13851385
}
13861386
}
13871387

1388-
// Types
1388+
// Variable is Type
13891389
//
13901390
template< typename C, typename X >
13911391
constexpr auto is( X const& ) -> std::false_type {

0 commit comments

Comments
 (0)