Skip to content

Commit

Permalink
Correct Spelling Mistake
Browse files Browse the repository at this point in the history
Just a wee spelling mistake being eradicated from existence.
  • Loading branch information
James Herdman committed Jul 30, 2014
1 parent 040b742 commit 11ab1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var MANDATORY_SETTER = Ember.ENV.MANDATORY_SETTER;
Why?
Runtimes store strings in atleast 2 different representations:
Runtimes store strings in at least 2 different representations:
Ropes and Symbols (interned strings). The Rope provides a memory efficient
data-structure for strings created from concatenation or some other string
manipulation like splitting.
Expand Down

0 comments on commit 11ab1f1

Please sign in to comment.