Skip to content

Commit fee47c1

Browse files
authored
Update README.md
1 parent 2de6601 commit fee47c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/cpp0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Example of string type & output in C++.
1212

1313
[Video](https://youtu.be/1ou-Jrlua7g) (9:40)
1414

15-
This file has an example of a class with 2 private attributes and 2 public methods. An example of a constructure with default parameters is included. Note that the methods are defined *outside* the class definition.
15+
This file has an example of a class with 2 private attributes and 2 public methods. An example of a constructor with default parameters is included. Note that the methods are defined *outside* the class definition.
1616

1717
## staffmember.cpp
1818

0 commit comments

Comments
 (0)