Skip to content

Commit b56fa89

Browse files
committed
bad uint type should be Int
1 parent 5dad1ec commit b56fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

using-the-textfield-class/formatting-text.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var format2:TextFormat = new TextFormat();
3333
format2.font = "Courier";
3434
3535
tf.setTextFormat(format1);
36-
var startRange:uint = 6;
36+
var startRange:Int = 6;
3737
tf.setTextFormat(format2, startRange);
3838
3939
addChild(tf);

0 commit comments

Comments
 (0)