Skip to content

Commit 0a7b758

Browse files
authored
Update README.md
1 parent 5c8ad09 commit 0a7b758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can easily compile your code diffrently depending on which pointer-type is u
66
You can find inheritance and you won't have trouble with const, volatile keywords.
77

88
Type traits are generally used for static assertions and static polymorphism. (C++ 17 if constexpr)
9-
However, the standard library's type traits do not support smart pointers, and do not support inheritance.
9+
However, the standard library's type traits do not support smart pointers, and do not find inheritance.
1010
This is why smart pointer type traits made.
1111

1212
# Release Note

0 commit comments

Comments
 (0)