Skip to content

Commit 4b2744d

Browse files
committed
invalid JSON fix
1 parent 6a391f9 commit 4b2744d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial01/tutorial01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JSON(JavaScript Object Notation)是一个用于数据交换的文本格式
1717
~~~js
1818
{
1919
"title": "Design Patterns",
20-
"subtitle": "Elements of Reusable Object-Oriented Software"
20+
"subtitle": "Elements of Reusable Object-Oriented Software",
2121
"author": [
2222
"Erich Gamma",
2323
"Richard Helm",

0 commit comments

Comments
 (0)