调整类常量定义的语法错误

This commit is contained in:
麦当苗儿
2013-04-15 17:41:35 +08:00
parent 834546a99f
commit 3b5b69460e

View File

@@ -34,7 +34,7 @@ class Markdown {
### Version ###
public const MARKDOWNLIB_VERSION = "1.3-beta4";
const MARKDOWNLIB_VERSION = "1.3-beta4";
### Simple Function Interface ###