core: Fix test documentation

This commit is contained in:
Tom Henderson
2025-03-03 10:50:52 -08:00
parent 4ff5c7a263
commit 5b054abe1d

View File

@@ -174,7 +174,7 @@ BasicCallbackTestCase::DoRun()
//
// Make sure we can declare and compile a Callback pointing to a member
// function that returns void, takes two parameters, and execute it.
// function that returns int, takes two parameters, and execute it.
//
Callback<int, double, int> target4 =
Callback<int, double, int>(&BasicCallbackTestCase::Target4, this);