We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b463f commit 9c686dcCopy full SHA for 9c686dc
src/doc/intro.md
@@ -224,7 +224,7 @@ segfault when we allocate more memory?
224
225
The answer is that in the C++ version, `x` is a *reference* to the memory
226
location where the first element of the array is stored. But in Ruby, `x` is a
227
-standalone value, not connected to the underyling array at all. Let's dig into
+standalone value, not connected to the underlying array at all. Let's dig into
228
the details for a moment. Your program has access to memory, provided to it by
229
the operating system. Each location in memory has an address. So when we make
230
our vector, `v`, it's stored in a memory location somewhere:
0 commit comments