mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
fix copypasta comment
This commit is contained in:
parent
2ef58adad5
commit
39e35ceba9
|
@ -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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue