We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b48001 commit fc47dd9Copy full SHA for fc47dd9
src/doc/intro.md
@@ -217,7 +217,7 @@ including the right thing!) Even though we compiled with flags to give us as
217
many warnings as possible, and to treat those warnings as errors, we got no
218
errors. When we ran the program, it crashed.
219
220
-Why does this happen? When we prepend to an array, its length changes. Since
+Why does this happen? When we append to an array, its length changes. Since
221
its length changes, we may need to allocate more memory. In Ruby, this happens
222
as well, we just don't think about it very often. So why does the C++ version
223
segfault when we allocate more memory?
0 commit comments