Steven Silvester 8 vuotta sitten
vanhempi
commit
7ace483847
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      tutorial/patterns.md

+ 2 - 2
tutorial/patterns.md

@@ -95,8 +95,8 @@ finished evaluating, resulting in undefined state.
 
 ## Data Structures
 
-Prefer to use Phosphor [Phosphor `Vector`](http://phosphorjs.github.io/phosphor/api/classes/_collections_vector_.vector.html) over JavaScript `Array` for 
-internal use for its extra flexibility.
+Prefer to use Phosphor [Phosphor `Vector`](http://phosphorjs.github.io/phosphor/api/classes/_collections_vector_.vector.html) over JavaScript `Array` 
+for internal use for its extra flexibility.
 
 For public API, we have three options: JavaScript `Array`, 
 [Phosphor `IIterator`](http://phosphorjs.github.io/phosphor/api/interfaces/_algorithm_iteration_.iiterable.html), and