Fixed typo.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3909 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-02 22:17:08 +00:00
parent 5241863bbd
commit aabc454801
+1 -1
View File
@@ -191,6 +191,6 @@ ActionScript
var b :int = 3;
for (var ii:int = 0; ii < b; ii++) {
var b :Number = "3.3";
var b :Number = 3.3;
}
trace(b); // prints "3.3", even though we've left the loop