AS 3 documentation

Occasionally Ill skim through the AS 3 docs for new stuff (never having taken the time to go through it all at once). I’ve noticed a lot of spelling errors. This one is my favorite.

How do I put my class in a package?

Like this:

package com.macromedia.foo {
	**pubic** class Bar...
}

Notice how you can declare multiple classes in a single file.

from http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:FAQ#How_do_I_put_my_class_in_a_package.3F

It’s early. I’m easily amused. :slight_smile: