From b4eeafa7cc6d20da06292b96f3bdabadc768365d Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 6 Jan 2024 15:56:25 -0600 Subject: [PATCH] Fix typo in documentation [ci skip] --- binrw/doc/attribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binrw/doc/attribute.md b/binrw/doc/attribute.md index 85d9031d..56079449 100644 --- a/binrw/doc/attribute.md +++ b/binrw/doc/attribute.md @@ -2679,7 +2679,7 @@ definition generated by [`binread`](macro@crate::binread): ``` This allows data to be read which is necessary for parsing an object but -which doesn’t need to be stored in the final object. To skip data, entirely +which doesn’t need to be stored in the final object. To skip data entirely, use an [alignment directive](#padding-and-alignment) instead. ## Examples