Albert Krewinkel
8a4c4edfd2
Fix typo in ErrorHandlingRationale.rst
...
The error case of Haskell's Maybe type is called `Nothing`.
2019-04-03 12:25:12 +02:00
Nathaniel Manista
f027a3df38
Copy edits
2017-12-15 23:09:56 -05:00
practicalswift
cc852042c9
[gardening] Fix accidental trailing whitespace.
2016-10-29 10:22:58 +02:00
Jordan Rose
ca14c36936
[docs] Fix syntax highlighting issues to support newer Sphinxes. ( #4283 )
...
- Update the Pygments lexer we use for parsing Swift-like code.
- State more explicitly which highlighting should be used in which
code blocks.
- Disable highlighting altogether in certain cases (such as SIL.rst,
which has equal amounts grammar and SIL excerpts).
This should fix the warnings-as-error issues coming from Sphinx > 1.3.4.
Based on a patch by Jeremy Fergason!
https://bugs.swift.org/browse/SR-620
2016-08-12 22:59:11 -07:00
Doug Gregor
823c24b355
[SE-0112] Rename ErrorProtocol to Error.
...
This is bullet (5) of the proposed solution in SE-0112, and the last
major piece to be implemented.
2016-07-12 10:53:52 -07:00
practicalswift
c760f6dfbf
[gardening] Add whitespace: "foo,bar" → "foo, bar"
2016-04-12 22:31:46 +02:00
hitstergtd
b464548035
[docs] Doc and typo fixes ( #2098 )
...
* [docs] Doc and typo fixes
- properly hyphenate Objective-C
- replace *dynamicism* with *dynamism*
* [docs] Doc and typo fixes
- properly hyphenate Objective-C
- replace *dynamicism* with *dynamism*
2016-04-09 11:26:13 +02:00
Manav Gabhawala
7928140f79
[SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary
2016-04-06 20:21:58 -04:00
Doug Gregor
7d70b704e4
Merge commit '5e11e3f7287427d386636a169c4065c0373931a8' into swift-3-api-guidelines
2016-01-19 23:18:20 -08:00
Robin Kunde
129aa470d5
Add contents block and fix inline code directives
2016-01-13 11:15:39 -05:00
practicalswift
4d43f4a32c
Replace left/right quotation marks
2016-01-06 12:41:08 +01:00
Max Moiseev
f51e708a8f
Merge remote-tracking branch 'origin/master' into swift-3-api-guidelines
2016-01-04 12:25:25 -08:00
practicalswift
07f57246ee
Fix documentation typos.
2015-12-28 01:50:14 +01:00
practicalswift
fa0b339a21
Fix typos.
2015-12-26 17:51:59 +01:00
Max Moiseev
786e1ea2b1
Merge remote-tracking branch 'origin' into swift-3-api-guidelines
2015-12-11 15:19:02 -08:00
Stephen Canon
4fbdbdf6e9
Merge pull request #392 from jutaz/bugfix/typos-in-docs
...
Bugfix - Typos in docs
2015-12-10 09:10:18 -05:00
Justas Brazauskas
7b941a6e9e
Fixed typos in ./docs
2015-12-10 10:11:21 +02: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
rjmccall
4489fa2699
Merge pull request #249 from diejmon/master
...
Fix typos in ErrorHandlingRationale.rst
2015-12-05 16:48:57 -08:00
Alexander Belyavskiy
154c2445f2
Fix typo in ErrorHandlingRationale.rst
2015-12-06 01:17:08 +03:00
Stefan Natchev
5eaa3c43d0
Fix typos in documentation
2015-12-04 09:29:24 -05:00
John McCall
ab66ffabf7
Another grammar bug.
...
Swift SVN r27649
2015-04-23 22:41:16 +00:00
John McCall
b8405acbc2
Mispelign.
...
Swift SVN r27647
2015-04-23 21:54:18 +00:00
John McCall
d00d6b8b3e
Rationalize "throws" as a syntactic choice.
...
Swift SVN r27646
2015-04-23 21:15:09 +00:00
Chris Lattner
08f9269cc3
unbreak the dox build. I at least don't have a rust pygments lexer and this
...
is breaking my full build.
Swift SVN r27625
2015-04-23 04:18:24 +00:00
John McCall
229df4d230
Add the error-handling proposal to the repository.
...
Swift SVN r27619
2015-04-23 00:56:48 +00:00