Swift Blog Typo

Hi,

I think there is a typo in Swift Blog post, not sure whom to inform.

In the article Dictionary And Set Improvements, there is a mention of the initializer Dictionary(uniqueKeysAndValues:), I think the correct initializer is Dictionary(uniqueKeysWithValues:)

Sorry if it is the wrong forum.

Good eye!

Thanks, I pushed a fix. The website should update soon with the right name.

Thanks a lot, the change is reflected in the article.