Skip to content

Commit 4af2fac

Browse files
committed
Fix small typo in README.md
1 parent 811f85e commit 4af2fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the deserialization must be done through the exact type of the struct.
5757

5858

5959
# Fixed Size Structs
60-
A fixed size struct is any struct that has a known fixed time that doesn't depend on the
60+
A fixed size struct is any struct that has a known fixed size at build time that doesn't depend on the
6161
data it holds. QuickStruct can verify a struct has a fixed size.
6262
```py
6363
# The StructFlags.FixedSize flag is used to verify the struct has a fixed size.

0 commit comments

Comments
 (0)