From 9d40b993f833401bc2a554836a73507ddb342c85 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Sat, 30 Nov 2024 10:44:19 -0500 Subject: [PATCH] [wpiutil] Fix HasNestedStruct docs (NFC) (#7459) --- wpiutil/src/main/native/include/wpi/struct/Struct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpiutil/src/main/native/include/wpi/struct/Struct.h b/wpiutil/src/main/native/include/wpi/struct/Struct.h index 3070ac5746..d0d0dddc86 100644 --- a/wpiutil/src/main/native/include/wpi/struct/Struct.h +++ b/wpiutil/src/main/native/include/wpi/struct/Struct.h @@ -113,7 +113,7 @@ concept MutableStructSerializable = * In addition to meeting StructSerializable, implementations must define a * wpi::Struct static member * `void ForEachNested(std::invocable on each nested struct + * fn)` (or equivalent) and call ForEachStructSchema on each nested struct * type. */ template