fix(lint): correct typo and rename Marging to Margin
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 32s

This commit is contained in:
2024-11-13 19:06:11 +01:00
parent 9bf146257a
commit 5908d6d5e3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
//! Marging layout for a nested `Layout`s or `Widget`s.
//! Margin layout for a nested `Layout`s or `Widget`s.
//!
//! # Example
//! ...