Skip to content

Commit

Permalink
Update DocC
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroshevskii committed Jan 14, 2024
1 parent a6a866a commit c128e07
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
///
Expand Down

0 comments on commit c128e07

Please sign in to comment.