diff options
author | Joao Pedrosa <joaopedrosa@gmail.com> | 2013-06-29 00:49:30 -0300 |
---|---|---|
committer | Joao Pedrosa <joaopedrosa@gmail.com> | 2013-06-29 00:49:30 -0300 |
commit | bd1c5a1ef12f9e5c50e9b01dd486b99954def7e1 (patch) | |
tree | 50b764944bc167414fd464519fe085c9f1ff5a57 | |
parent | 2e4245b6e48aed9c80bb14e82c43a11e73251a7e (diff) |
Fix typo.
-rw-r--r-- | dart.html.markdown | 2 |
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() { |