-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fixed a typo #264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed a typo #264
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ Reducing Dynamic Dispatch | |
|
||
Swift by default is a very dynamic language like Objective-C. Unlike Objective | ||
C, Swift gives the programmer the ability to improve runtime performance when | ||
necessary by removing or reducing this dynamicism. This section goes through | ||
necessary by removing or reducing this dynamism. This section goes through | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should be the correct spelling. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Although not in the dictionary, |
||
several examples of language constructs that can be used to perform such an | ||
operation. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dynamicism is not a word.