Revision: 7643
Author: [email protected]
Date: Tue Mar  2 11:10:24 2010
Log: Fixed typo
http://code.google.com/p/google-web-toolkit/source/detail?r=7643

Modified:
 /wiki/LightweightCollections.wiki

=======================================
--- /wiki/LightweightCollections.wiki   Tue Jun 23 09:18:01 2009
+++ /wiki/LightweightCollections.wiki   Tue Mar  2 11:10:24 2010
@@ -13,7 +13,7 @@

 == Goals ==
* Absolute minimum size of compiled script. It should be impossible to write more succinct !JavaScript by hand. - * Absolute maximum speed. It should be impossible to faster !JavaScript by hand. + * Absolute maximum speed. It should be impossible to write faster !JavaScript by hand. * Explicit and well-publicized guarantees of time complexity for each operation. By removing fuzziness, developers can feel confident that they need not be defensive (e.g. by cloning collections unnecessarily). * The vocabulary of types should be rich enough to avoid the temptation of creating wrapper types. In other words, a method such as `unmodifiableList()` should never even seem to be necessary. * Construction and mutation semantics should minimize object creation. Ideally, the collections themselves could enforce patterns such as having only a singleton instance of an empty list.
@@ -151,4 +151,3 @@
   new MyView3(ia).show();
 }
 }}}
-

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to