apple / swift-algorithms

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

[Docs] Add link and remove redundant doc line #210

Closed amomchilov closed 9 months ago

amomchilov commented 9 months ago

Pulled this unrelated change out of #197

cc @stephentyrone

Checklist

stephentyrone commented 9 months ago

@swift-ci test

amomchilov commented 9 months ago

@stephentyrone perhaps a silly question, but I'm curious: do doc changes like this need to be tested? Does CI validate anything about them?

stephentyrone commented 9 months ago

It validates that the reviewer didn't somehow miss a change that did effect the code =)