Skip to content

Commit 43f4ceb

Browse files
authored
fix escaped unicode character
1 parent fcee163 commit 43f4ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entries/a-walk-in-snow/game.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"playable": true
1616
}
1717
],
18-
"developer": "Diego Garc\u00c3\u00ada",
18+
"developer": "Diego García",
1919
"date": "2023-05-20T20:22:00",
2020
"website": "https://divgv.itch.io/a-walk-in-snow",
2121
"slug": "a-walk-in-snow",
2222
"title": "A walk in snow",
2323
"platform": "GB",
2424
"description": "A short first person game about finding soldiers in the snow."
25-
}
25+
}

0 commit comments

Comments
 (0)