Skip to content

Commit c7beec2

Browse files
Clarify package documentation for command line interface in Rock Paper Scissors game
1 parent e57657e commit c7beec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/rockpaperscissors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The game logic is in the internal/rockpaperscissors package.
33

44
// This file sets up the command line interface for the game. It should call the PlayGame function from the rockpaperscissors package.
5-
5+
// Package cmd contains all the commands for the CLI application.
66
package cmd
77

88
import (

0 commit comments

Comments
 (0)