Skip to content

Commit 17266ea

Browse files
committed
Fix copy-paste error
1 parent d39937d commit 17266ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpiutil/src/main/java/edu/wpi/first/util/struct/StructSerializable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Marker interface to indicate a class is serializable using Struct serialization.
1111
*
1212
* <p>While this cannot be enforced by the interface, any class implementing this interface should
13-
* provide a public final static `struct` member variable, or a static final `getProto()` method if
13+
* provide a public final static `struct` member variable, or a static final `getStruct()` method if
1414
* the class is generic.
1515
*/
1616
public interface StructSerializable extends WPISerializable {}

0 commit comments

Comments
 (0)