Skip to content

Commit 40b18d8

Browse files
committed
Minor tweak to comment.
1 parent 4a9f5a1 commit 40b18d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/smart_holder_sfinae_hooks_only.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct smart_holder_type_caster_base_tag {};
3030
template <typename T>
3131
struct type_uses_smart_holder_type_caster;
3232

33-
// Simple helpers that may eventually be a better fit for common.h:
33+
// Simple helpers that may eventually be a better fit for another header file:
3434

3535
template <typename T>
3636
struct is_std_unique_ptr : std::false_type {};

0 commit comments

Comments
 (0)