Skip to content

Commit

Permalink
fix: correction complement
Browse files Browse the repository at this point in the history
  • Loading branch information
speak-mentaiko committed Mar 8, 2024
1 parent 522fc73 commit f9c541d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/ruby-tab/koshien-snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "ターンを終了する"
},
"koshien.connect_game": {
"snippet": "koshien.connect_game(player:${1:'test'})",
"snippet": "koshien.connect_game(player_name:${1:'test'})",
"description": "プレイヤー名('test')ゲームに接続する"
},
"koshien.position_x": {
Expand Down

0 comments on commit f9c541d

Please sign in to comment.