From 7bcb4474741ea198f0eb90467fb3a42360874135 Mon Sep 17 00:00:00 2001 From: Lovekesh Kumar Date: Sun, 4 Oct 2020 11:59:11 +0530 Subject: [PATCH] Update README.md Fixed some typing errors. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c848b4838..fa59bc1ef 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ platform support for TCMalloc. All users of TCMalloc should consult the following documentation resources: * The [TCMalloc Quickstart](docs/quickstart.md) covers downloading, installing, - building, and testing TCMalloc, including incorporating within your codebase. + the building, and testing TCMalloc, including incorporating within your codebase. * The [TCMalloc Overview](docs/overview.md) covers the basic architecture of TCMalloc, and how that may affect configuration choices. * The [TCMalloc Reference](docs/reference.md) covers the C and C++ TCMalloc API @@ -28,11 +28,11 @@ More advanced usages of TCMalloc may find the following documentation useful: * The [TCMalloc Tuning Guide](docs/tuning.md) covers the configuration choices in more depth, and also illustrates other ways to customize TCMalloc. This - also covers important operating system-level properties for improving TCMalloc + also covers important operating-system-level properties for improving TCMalloc performance. * The [TCMalloc Design Doc](docs/design.md) covers how TCMalloc works underneath the hood, and why certain design choices were made. Most developers - will not need this level of implementation detail. + will not need this level of an implementation detail. * The [TCMalloc Compatibility Guide](docs/compatibility.md) which documents our expectations for how our APIs are used.