Skip to content

Commit 44b8e81

Browse files
authored
Update 09-operators.md
1 parent 220bf13 commit 44b8e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module1/09-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public:
3737

3838
```cpp
3939
int main() {
40-
Person adam("Adam", 25)
40+
Person adam("Adam", 25);
4141
++adam;
4242
std::cout << adam.getAge() << '\n'; // prints 26
4343
}

0 commit comments

Comments
 (0)