Skip to content

Commit d6f9977

Browse files
chore: doc typo
1 parent 74bf311 commit d6f9977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assign5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ else
128128
// Alice is less than Charlie
129129
```
130130
131-
The function signature for this operator should be `bool operator<(const User& rhs)`.
131+
The function signature for this operator should be `bool operator<(const User& rhs) const`.
132132
133133
## 🚀 Submission Instructions
134134

0 commit comments

Comments
 (0)