Skip to content

Commit 35c5e0c

Browse files
SchamperCopilot
andauthored
Update dissect/cstruct/types/void.py
Co-authored-by: Copilot <[email protected]>
1 parent ab10f97 commit 35c5e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dissect/cstruct/types/void.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
class VoidArray(list, BaseArray):
12-
"""Character array type for reading and writing byte strings."""
12+
"""Array type representing void elements, primarily used for no-op reading and writing operations."""
1313

1414
@classmethod
1515
def __default__(cls) -> Self:

0 commit comments

Comments
 (0)