Fix typo in comment (#1787)

This commit is contained in:
Feng Shijie 2024-10-08 00:39:59 +08:00 committed by GitHub
parent 477a677317
commit 0837a2a00a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,