From 3985bdb908e8392bb4692b663e721dd23353f58a Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Fri, 1 Sep 2023 00:48:58 -0400 Subject: [PATCH] break the line again --- lectures/02_strings_vectors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.