Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
grepsuzette committed Sep 5, 2024
1 parent 412616e commit 21c00cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/r/demo/games/games.gno
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func renderGames() string {
{"tictactoe", "games/tictactoe", []string{"grepsuzette", "moul"}, "CPU vs Human tictactoe, no need for a wallet"},
} {
b.WriteString(ufmt.Sprintf(
"* [%s](%s): %s\n",
"* [%s](%s): %s by %s\n",
o.title, o.path,
o.desc,
RenderAuthors(o.authors, "@"),
Expand Down

0 comments on commit 21c00cf

Please sign in to comment.