Skip to content

Commit

Permalink
打印听牌率
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessCheng committed Jun 12, 2019
1 parent 6a273f9 commit 8aca4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (l riskInfoList) printWithHands(hands []int, leftCounts []int) {
} else {
fmt.Printf("%4.1f%%", tenpaiRate)
}
fmt.Print("听牌]")
fmt.Print("听牌率]")

// 打印无筋数量和种类
fmt.Print(" ")
Expand Down

0 comments on commit 8aca4c3

Please sign in to comment.