Merge remote-tracking branch 'origin' into swift-3-api-guidelines

This commit is contained in:
Max Moiseev
2015-12-14 12:05:35 -08:00
638 changed files with 3342 additions and 2349 deletions

View File

@@ -24,7 +24,7 @@ Algorithm.test("min,max") {
expectEqual(7, max(3, 7, 5))
// FIXME: add tests that check that min/max return the
// first element of the sequence (by reference equailty) that satisfy the
// first element of the sequence (by reference equality) that satisfy the
// condition.
}