apple / swift-algorithms

Commonly used sequence and collection algorithms for Swift
Apache License 2.0
5.9k stars 435 forks source link

Update Suffix.md #227

Closed CheATSlark closed 1 month ago

CheATSlark commented 4 months ago

Description Fixed code formatting in example code by adding missing closing parenthesis.

Rationale The code example in line 12 of Suffix.md was missing a closing parenthesis. This change ensures the example code is correctly formatted and syntactically valid.

Checklist

CheATSlark commented 1 month ago

@swift-ci please test

glessard commented 1 month ago

@swift-ci please test

glessard commented 1 month ago

Thanks @CheATSlark