From d7bac272fdd6777944af710b0a95ed75cee162f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Thu, 23 May 2019 15:16:16 +0100 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f4904b..9b22f44 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ snmalloc is a research allocator. Its key design features are: * The allocator uses large ranges of pages to reduce the amount of meta-data required. -Details about snmalloc's design can be find in the +Details about snmalloc's design can be found in the [accompanying paper](snmalloc.pdf). [![Build Status](https://dev.azure.com/snmalloc/snmalloc/_apis/build/status/Microsoft.snmalloc?branchName=master)](https://dev.azure.com/snmalloc/snmalloc/_build/latest?definitionId=1?branchName=master)