From 72f62ea2d18a414f959526ee953c63d4ff40df37 Mon Sep 17 00:00:00 2001 From: tinder-emanharoutunian Date: Wed, 6 Dec 2023 12:22:29 -0800 Subject: [PATCH] Fix typo in code comment --- Tests/LayoutTests/LayoutItemTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/LayoutTests/LayoutItemTests.swift b/Tests/LayoutTests/LayoutItemTests.swift index f3a492e2..f6775252 100644 --- a/Tests/LayoutTests/LayoutItemTests.swift +++ b/Tests/LayoutTests/LayoutItemTests.swift @@ -594,7 +594,7 @@ final class LayoutItemTests: XCTestCase { .toSideEdges(inset: 50, priority: .high) .toSideEdges() - // To Side Edges with Inse + // To Side Edges with Inset yellowView .size(height: 100)