@@ -41,13 +41,13 @@ functionality as well as basic data-types.
4141Familiarity to Programmers in the C Family of Languages
4242-------------------------------------------------------
4343
44- "Semicolon and curly brace" langauges are very popular, including C,
44+ "Semicolon and curly brace" languages are very popular, including C,
4545Objective-C, C++ etc, but also Java, Javascript, Ruby, and many other languages.
4646For this reason, we want the basic expression and statements in Swift to be
4747similar to these languages and/or an obvious small leap over them when it makes
4848sense.
4949
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.
5151
5252We do deviate when there is a strong reason to do so. The C declarator syntax
5353is a complete disaster (write the prototype for 'signal' with no typedefs), so
@@ -56,7 +56,7 @@ we must change it.
5656Innovation is not a Goal Unto Itself
5757------------------------------------
5858
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
6060is not a new field. It is better to borrow good, proven, ideas from other
6161languages than it is to be novel in areas that don't need to change. This
6262is pragmatic language implementation, not open-ended language research.
0 commit comments