Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
9f3d6ead35
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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