From 9c4ecc7c33551c0cf9db2bbdf139b7210b2e1584 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Sat, 30 Nov 2024 04:13:42 -0500 Subject: [PATCH] Fix HasNestedStruct docs --- 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 3070ac5746c..d0d0dddc864 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