Fix typo in comment (#1787)

This commit is contained in:
Feng Shijie
2024-10-07 12:39:59 -04:00
committed by GitHub
parent 477a677317
commit 0837a2a00a
@@ -78,7 +78,7 @@ using namespace detail;
// the template argument.
//
// template<class A>
// struct FooHomogeneous : public Foo<A, B> {};
// struct FooHomogeneous : public Foo<A, A> {};
//
template<
template <class> class ComputeFn,