Fixed grammatical error

This commit is contained in:
Joel Jose
2021-12-27 14:04:40 +05:30
committed by GitHub
parent 15d063198b
commit 74c9d7159f

View File

@@ -95,7 +95,7 @@ strings.
> data on the heap so you dont run out of space are all problems that ownership
> addresses. Once you understand ownership, you wont need to think about the
> stack and the heap very often, but knowing that the main purpose of ownership
> is to manage heap data and can help explain why it works the way it does.
> is to manage heap data can help explain why it works the way it does.
### Ownership Rules