瀏覽代碼

verify Fixed grails' json test

Mike Smith 11 年之前
父節點
當前提交
2879446e97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      grails/hello/grails-app/controllers/hello/HelloController.groovy

+ 1 - 1
grails/hello/grails-app/controllers/hello/HelloController.groovy

@@ -22,7 +22,7 @@ class HelloController {
     // Test type 1: JSON serialization
     // Test type 1: JSON serialization
     def json() {
     def json() {
         def msg = [
         def msg = [
-            message: "Hello, world"
+            message: "Hello, World!"
         ]
         ]
         render msg as JSON
         render msg as JSON
     }
     }