You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/cpp0/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Example of string type & output in C++.
12
12
13
13
[Video](https://youtu.be/1ou-Jrlua7g) (9:40)
14
14
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.
0 commit comments