diff --git a/lectures/02_strings_vectors/README.md b/lectures/02_strings_vectors/README.md index 9a9e840..733f35a 100644 --- a/lectures/02_strings_vectors/README.md +++ b/lectures/02_strings_vectors/README.md @@ -42,7 +42,7 @@ where h is as defined above. - Standard library “container class” to hold sequences. - A vector acts like a dynamically-sized, one-dimensional array. - Capabilities: + Capabilities: – Holds objects of any type. – Starts empty unless otherwise specified. – Any number of objects may be added to the end — there is no limit on size.