diff --git a/convert.html b/convert.html
index dc2e697d6..38abd4706 100644
--- a/convert.html
+++ b/convert.html
@@ -257,7 +257,7 @@
/**
* 自定义Creator方法。
* 1) 方法名可以随意。
- * 2) 方法必须是static。
+ * 2) 方法必须是static。声明为private的方法只能被当前类使用,若想方法被子类使用,需要声明protected
* 3)方法的参数必须为空。
* 4)方法的返回类型必须是Creator。
*