Steven Silvester преди 8 години
родител
ревизия
7ace483847
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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