Fix typo.

This commit is contained in:
Joao Pedrosa 2013-06-29 00:49:30 -03:00
parent 2e4245b6e4
commit bd1c5a1ef1

View File

@ -89,7 +89,7 @@ example6() {
new Example6Class().sayIt();
}
// Class methods are variables are declared with "static" terms.
// Class methods and variables are declared with "static" terms.
class Example7Class {
static var example7ClassVariable = "Example7 class variable";
static sayItFromClass() {