summaryrefslogtreecommitdiffhomepage
path: root/dart.html.markdown
diff options
context:
space:
mode:
authorJoao Pedrosa <joaopedrosa@gmail.com>2013-06-29 00:49:30 -0300
committerJoao Pedrosa <joaopedrosa@gmail.com>2013-06-29 00:49:30 -0300
commitbd1c5a1ef12f9e5c50e9b01dd486b99954def7e1 (patch)
tree50b764944bc167414fd464519fe085c9f1ff5a57 /dart.html.markdown
parent2e4245b6e48aed9c80bb14e82c43a11e73251a7e (diff)
Fix typo.
Diffstat (limited to 'dart.html.markdown')
-rw-r--r--dart.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/dart.html.markdown b/dart.html.markdown
index 61d11fa8..b4b640c9 100644
--- a/dart.html.markdown
+++ b/dart.html.markdown
@@ -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() {