Skip to content

Commit

Permalink
Fix copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
KangarooKoala committed Nov 28, 2024
1 parent d39937d commit 17266ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Marker interface to indicate a class is serializable using Struct serialization.
*
* <p>While this cannot be enforced by the interface, any class implementing this interface should
* provide a public final static `struct` member variable, or a static final `getProto()` method if
* provide a public final static `struct` member variable, or a static final `getStruct()` method if
* the class is generic.
*/
public interface StructSerializable extends WPISerializable {}

0 comments on commit 17266ea

Please sign in to comment.