From 9101f9f3e19c76cf9226e67db0f2dc6055308806 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 12 Jan 2024 11:07:42 +0800 Subject: [PATCH] Update part-2.md --- en/tutorials/book-store/part-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/book-store/part-2.md b/en/tutorials/book-store/part-2.md index 0d585691..917fac85 100644 --- a/en/tutorials/book-store/part-2.md +++ b/en/tutorials/book-store/part-2.md @@ -316,7 +316,7 @@ $(function () { title: l('Type'), data: "type", render: function (data) { - return l('Enum:BookType:' + data); + return l('Enum:BookType.' + data); } }, {