Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #712 from abpio/maliming-patch-1
Browse files Browse the repository at this point in the history
Update part-2.md
  • Loading branch information
maliming authored Jan 12, 2024
2 parents 7cdb5b4 + 9101f9f commit 20c1da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/tutorials/book-store/part-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ $(function () {
title: l('Type'),
data: "type",
render: function (data) {
return l('Enum:BookType:' + data);
return l('Enum:BookType.' + data);
}
},
{
Expand Down

0 comments on commit 20c1da7

Please sign in to comment.