Skip to content

Commit 4806fce

Browse files
committed
Fixing a typo
1 parent b58feb4 commit 4806fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-runtime/lib/computed/reduce_computed_macros.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ function binarySearch(array, item, low, high) {
586586
]});
587587
588588
todoList.get('sortedTodos'); // [{name:'Documentation', priority:3}, {name:'Release', priority:1}, {name:'Unit Test', priority:2}]
589-
todoList.get('priroityTodos'); // [{name:'Release', priority:1}, {name:'Unit Test', priority:2}, {name:'Documentation', priority:3}]
589+
todoList.get('priorityTodos'); // [{name:'Release', priority:1}, {name:'Unit Test', priority:2}, {name:'Documentation', priority:3}]
590590
```
591591
592592
@method computed.sort

0 commit comments

Comments
 (0)