Skip to content

Commit e737b13

Browse files
authored
Update 2_OCP_code_problem.md
1 parent 586561b commit e737b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2_OCP_code_problem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
int CustomerType = 0;
55

66
int GetDiscount() {
7-
if (this.PlayerType == 1) {
7+
if (this.CustomerType == 1) {
88
return 50;
99
} else {
1010
return 10;

0 commit comments

Comments
 (0)