You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/09/12 08:21:12 UTC

git commit: [flex-sdk] [refs/heads/develop] - Fix typo

Repository: flex-sdk
Updated Branches:
  refs/heads/develop 2afdbe885 -> 8f3dd5bb0


Fix typo

Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/8f3dd5bb
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/8f3dd5bb
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/8f3dd5bb

Branch: refs/heads/develop
Commit: 8f3dd5bb05549b29f9d608e6abc914409a1a4ae2
Parents: 2afdbe8
Author: neminovno <ne...@gmail.com>
Authored: Mon Sep 12 06:39:23 2016 +0200
Committer: GitHub <no...@github.com>
Committed: Mon Sep 12 06:39:23 2016 +0200

----------------------------------------------------------------------
 .../apache/src/org/apache/flex/collections/VectorCollection.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/8f3dd5bb/frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as b/frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as
index b3e313b..cdf0dae 100644
--- a/frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as
+++ b/frameworks/projects/apache/src/org/apache/flex/collections/VectorCollection.as
@@ -35,7 +35,7 @@ use namespace mx_internal;
 /**
  *  The VectorCollection class is a wrapper class that exposes a Vector as a collection 
  *  that can be accessed and manipulated using the methods and properties of the 
- *  ICollectionView or IList interfaces. Operations on a ArrayCollection instance modify 
+ *  ICollectionView or IList interfaces. Operations on a VectorCollection instance modify 
  *  the data source; for example, if you use the removeItemAt() method on  
  *  VectorCollection, you remove the item from the underlying Vector.
  */