Browse Source

fix example

Looly 5 years ago
parent
commit
61e4f67e02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hutool-extra/src/test/resources/example/velocity-example.vm

+ 1 - 1
hutool-extra/src/test/resources/example/velocity-example.vm

@@ -4,7 +4,7 @@
 	多行注释
 	多行注释
 *#
 *#
 // ---------- 1.变量赋值输出------------
 // ---------- 1.变量赋值输出------------
-Welcome $name to Javayou.com!
+Welcome $name to hutool.cn!
 today is $date.
 today is $date.
 tdday is $mydae.//未被定义的变量将当成字符串
 tdday is $mydae.//未被定义的变量将当成字符串