@@ -41,13 +41,13 @@ functionality as well as basic data-types.
41
41
Familiarity to Programmers in the C Family of Languages
42
42
-------------------------------------------------------
43
43
44
- "Semicolon and curly brace" langauges are very popular, including C,
44
+ "Semicolon and curly brace" languages are very popular, including C,
45
45
Objective-C, C++ etc, but also Java, Javascript, Ruby, and many other languages.
46
46
For this reason, we want the basic expression and statements in Swift to be
47
47
similar to these languages and/or an obvious small leap over them when it makes
48
48
sense.
49
49
50
- This is why we don't want to use python-style intendation rules, for example.
50
+ This is why we don't want to use python-style indentation rules, for example.
51
51
52
52
We do deviate when there is a strong reason to do so. The C declarator syntax
53
53
is a complete disaster (write the prototype for 'signal' with no typedefs), so
@@ -56,7 +56,7 @@ we must change it.
56
56
Innovation is not a Goal Unto Itself
57
57
------------------------------------
58
58
59
- Being different from all other langauges is not a goal. Language design
59
+ Being different from all other languages is not a goal. Language design
60
60
is not a new field. It is better to borrow good, proven, ideas from other
61
61
languages than it is to be novel in areas that don't need to change. This
62
62
is pragmatic language implementation, not open-ended language research.
0 commit comments