Fix various typos (#8769)

This commit is contained in:
Gold856
2026-04-14 00:51:36 -04:00
committed by GitHub
parent 613c86d1d7
commit f96ded6909
31 changed files with 63 additions and 63 deletions

View File

@@ -111,7 +111,7 @@ public final class StructGenerator {
* @param clazz The class of the type.
* @param struct The struct to add.
* @param override Whether to override an existing struct. An existing struct could mean the type
* already has a {@code struct} field and implemnts {@link StructSerializable} or that the
* already has a {@code struct} field and implements {@link StructSerializable} or that the
* type is already in the custom struct map.
*/
public static <T> void addCustomStruct(Class<T> clazz, Struct<T> struct, boolean override) {