diff --git a/src/service/util.js b/src/service/util.js
index bd054591..acee409e 100644
--- a/src/service/util.js
+++ b/src/service/util.js
@@ -1,7 +1,7 @@
console.log( "=== simpread util load ===" )
/**
- * Verify html
+ * Verify html from puread/util verifyHtml()
*
* @param {string} input include html tag, e.g.:
@@ -21,7 +21,8 @@ function verifyHtml( html ) {
}
/**
- * Verify special action, action include:
+ * Verify special action from puread/util specTest()
+ * action include:
- [[{juqery code}]] // new Function, e.g. $("xxx").xxx() return string
- [['text']] // remove ''
- [[/regexp/]] // regexp e.g. $("sr-rd-content").find( "*[src='http://ifanr-cdn.b0.upaiyun.com/wp-content/uploads/2016/09/AppSo-qrcode-signature.jpg']" )