Skip to content

Commit

Permalink
Fixed spelling and formatting
Browse files Browse the repository at this point in the history
 The word “disablable” was changed to “disableable”. Formatting for
other lines was also fixed.
  • Loading branch information
kashyappanda committed Dec 12, 2015
1 parent bd35b47 commit b40c395
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/archive/LangRefNew.rst
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ In no particular order, and not explained well:
ideas already out there.
* Memory safe by default: array overrun errors, uninitialized values, and other
problems endemic to C should not occur in Swift, even if it means some amount
of runtime overhead. Eventually these checks will be disablable for people
of runtime overhead. Eventually these checks will be disableable for people
who want ultimate performance in production builds.
* Efficiently implementable with a static compiler: runtime compilation is
great technology and Swift may eventually get a runtime optimizer, but it is
@@ -1551,5 +1551,3 @@ lowest:
"comparative:" ==, !=, <, <=, >=, >
"conjunctive:" &&
"disjunctive:" ||


0 comments on commit b40c395

Please sign in to comment.