Commit Graph

10 Commits

Author SHA1 Message Date
Max Moiseev
61c837209b Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines 2016-02-04 16:13:39 -08:00
practicalswift
71e00fefa1 [gardening] Fix typos: "word word" (two spaces) → "word word" (one space) 2016-01-24 21:27:16 +01:00
Max Moiseev
786e1ea2b1 Merge remote-tracking branch 'origin' into swift-3-api-guidelines 2015-12-11 15:19:02 -08:00
vicky002
8f21af71ca typo and spelling fixes 2015-12-10 06:56:55 +05:30
Dmitri Gribenko
feacbc4433 Rename ErrorType to ErrorProtocol 2015-12-09 17:12:19 -08:00
John McCall
21b35b5e43 Spell out that initializers are imported as throwing instead
of failable if they have an error parameter.

Swift SVN r27648
2015-04-23 22:40:14 +00:00
John McCall
bfa2038e60 Describe the order in which multiple defer actions are executed.
Swift SVN r27645
2015-04-23 21:15:06 +00:00
John McCall
aa0a8670e0 Editorial changes; credit to Quinn Taylor and Mark Lacey.
Swift SVN r27630
2015-04-23 07:07:17 +00:00
John McCall
b40e297ff2 Describe the implicit binding of 'error' within a catch clause.
Swift SVN r27624
2015-04-23 02:40:44 +00:00
John McCall
229df4d230 Add the error-handling proposal to the repository.
Swift SVN r27619
2015-04-23 00:56:48 +00:00