Skip to content

Commit

Permalink
Update mode.go
Browse files Browse the repository at this point in the history
Passive voice should be used here
  • Loading branch information
youzeliang committed May 9, 2023
1 parent eac2daa commit 43da7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
DebugMode = "debug"
// ReleaseMode indicates gin mode is release.
ReleaseMode = "release"
// TestMode indicates gin mode is test.
// TestMode indicates gin mode is tested.
TestMode = "test"
)

Expand Down

0 comments on commit 43da7c1

Please sign in to comment.