| Index: docs/memory/key_concepts.md
|
| diff --git a/docs/memory/key_concepts.md b/docs/memory/key_concepts.md
|
| index e8c4942d6e7c0a68e42fba8fef6ebbb1496a6fd3..507a94efc9211f5652eaf1566ba51c9fc7cf2466 100644
|
| --- a/docs/memory/key_concepts.md
|
| +++ b/docs/memory/key_concepts.md
|
| @@ -19,7 +19,7 @@ is complicated stuff...but don't despair. You work on a multi-process
|
| browser implementing the web platform with high security guarantees.
|
| Compared to the rest the system, memory is not THAT complicated.
|
|
|
| -## An you give specific examples of how it's harder than malloc/free?
|
| +## Can you give specific examples of how it's harder than malloc/free?
|
|
|
| Here are some example questions that require a more complex
|
| view of memory than malloc/free.
|
|
|