break the line again

This commit is contained in:
Jidong Xiao
2023-09-01 00:48:58 -04:00
parent 7775d692bc
commit 3985bdb908

View File

@@ -42,7 +42,7 @@ where h is as defined above.
- Standard library “container class” to hold sequences. - Standard library “container class” to hold sequences.
- A vector acts like a dynamically-sized, one-dimensional array. - A vector acts like a dynamically-sized, one-dimensional array.
Capabilities: Capabilities:
Holds objects of any type. Holds objects of any type.
Starts empty unless otherwise specified. Starts empty unless otherwise specified.
Any number of objects may be added to the end — there is no limit on size. Any number of objects may be added to the end — there is no limit on size.