apple / swift-collections

Commonly used data structures for Swift
Apache License 2.0
3.55k stars 270 forks source link

Fix typos: OrderedSet Documentation #322

Closed kati-kms closed 6 months ago

kati-kms commented 6 months ago

This PR contains a small fix for a typo in OrderedSet Documentation

I found this typo while testing the OrdedSet Documentation - Set Operations

before

After fix:

after

Checklist

rdar://118429565

lorentey commented 6 months ago

@kati-kms Would you mind rebasing this PR on the release/1.0 branch?

I think it would make sense to ship it as part of swift-collections 1.0.6.

(If not, we can still land this; I'll just cherry pick it there myself.)

lorentey commented 6 months ago

@swift-ci test

kati-kms commented 6 months ago

@lorentey I've done rebasing this PR on the release/1.0 branch, so please check it!

lorentey commented 6 months ago

Nice! Thank you 👍

lorentey commented 6 months ago

@swift-ci test

lorentey commented 6 months ago

The macOS failure is sadly expected, it's not related to this PR.