From c128e07ffe48f9518d18b54d131152c8aaa2a3fa Mon Sep 17 00:00:00 2001 From: jaroshevskii Date: Sun, 14 Jan 2024 22:26:34 +0200 Subject: [PATCH] Update DocC --- .../Extentions/Collection+IceCreamSandwich.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Sources/IceCreamSandwich/Extentions/Collection+IceCreamSandwich.swift b/Sources/IceCreamSandwich/Extentions/Collection+IceCreamSandwich.swift index 1da766c..911d3f2 100644 --- a/Sources/IceCreamSandwich/Extentions/Collection+IceCreamSandwich.swift +++ b/Sources/IceCreamSandwich/Extentions/Collection+IceCreamSandwich.swift @@ -4,11 +4,11 @@ // public extension Collection where Element: Hashable { - /// Determines whether a given entity follows the pattern of an Ice Cream Sandwich. + /// Determines whether the collection follows the pattern of an Ice Cream Sandwich. /// - /// An Ice Cream Sandwich pattern consists of three distinct segments, where both the - /// outer segments are identical and composed of repeated elements, and the middle - /// segment is different from the outer ones. + /// An Ice Cream Sandwich pattern consists of three distinct segments. The outer segments are + /// identical and composed of repeated elements, while the middle segment is different from + /// the outer ones. /// /// Examples of Ice Cream Sandwich entities: ///