Commit 646da013 authored by David Renshaw's avatar David Renshaw

Result -> Results

parent bbffb4e0
......@@ -1841,7 +1841,7 @@ private:
genericResultType = resultType;
} else {
genericResultType = resultType;
genericResultType.addMemberTemplate(kj::str(titleCase, "Result"), nullptr);
genericResultType.addMemberTemplate(kj::str(titleCase, "Results"), nullptr);
resultType.addMemberTemplate(kj::str(titleCase, "Results"),
kj::heapArray(implicitParams.asPtr()));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment