mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-07-31 03:50:32 +02:00
Fix typo.
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user