fix copypasta comment

This commit is contained in:
Chad Brokaw 2023-02-23 23:29:34 -05:00
parent 2ef58adad5
commit 39e35ceba9

View file

@ -54,7 +54,7 @@ pub struct Layout {
} }
impl Layout { impl Layout {
/// Creates a new packed encoding. /// Creates a zeroed layout.
pub fn new() -> Self { pub fn new() -> Self {
Self::default() Self::default()
} }