From 0dd92b64159d8109d7318fe19c3234c928859b7f Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 25 Sep 2023 22:30:31 -0400 Subject: [PATCH] still fixing format --- lectures/08_vector_implementation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/08_vector_implementation/README.md b/lectures/08_vector_implementation/README.md index bc3f0ee..4908ec5 100644 --- a/lectures/08_vector_implementation/README.md +++ b/lectures/08_vector_implementation/README.md @@ -2,7 +2,7 @@ - Designing our own container classes: – Mimic the interface of standard library (STL) containers - – Study the design of memory management. + – Study the design of memory management. – Move toward eventually designing our own, more sophisticated classes. - Vector implementation - Templated classes (including compilation and instantiation of templated classes)