[wpiutil] Fix HasNestedStruct docs (NFC) (#7459)

This commit is contained in:
Ryan Blue
2024-11-30 10:44:19 -05:00
committed by GitHub
parent 92ee5bc523
commit 9d40b993f8

View File

@@ -113,7 +113,7 @@ concept MutableStructSerializable =
* In addition to meeting StructSerializable, implementations must define a
* wpi::Struct<T> static member
* `void ForEachNested(std::invocable<std::string_view, std::string_view) auto
* fn)` (or equivalent) and call ForEachNestedStruct<Type> on each nested struct
* fn)` (or equivalent) and call ForEachStructSchema<Type> on each nested struct
* type.
*/
template <typename T, typename... I>