Fix link to Memory.md in patterns.md (#1073)

This commit is contained in:
Efi 2020-12-16 10:09:00 +01:00 committed by GitHub
parent ee0aa59c28
commit 7d4db3df06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,4 @@ means that Carp will ensure any memory associated with them has proper
ownership and is deleted when they are no longer needed. Not all types are
managed. `Int`, for example, is not a managed type, and so the issue described
above won't be relevant for `Int` arguments. For more information see
[docs/memory.md](docs/memory.md)
[docs/memory.md](Memory.md)