Skip to content

Commit

Permalink
Fix HasNestedStruct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Nov 30, 2024
1 parent 5012ad7 commit 9c4ecc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiutil/src/main/native/include/wpi/struct/Struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9c4ecc7

Please sign in to comment.