From 55dcb8eccc8458f4968af6052d99ce01fb4294e1 Mon Sep 17 00:00:00 2001
From: David Stroud <not.giving.you.my@email.me>
Date: Wed, 30 Sep 2020 11:21:07 -0400
Subject: [PATCH] Fix typo

In the `no-std` section of the README, there was a typo: "disable this feature remove the dependency". The word "to" was added in this commit to create "disable this feature to remove this dependency".
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 51ef2722..9457aa3b 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ libc = "0.2"
 ## Features
 
 * `std`: by default `libc` links to the standard library. Disable this
-  feature remove this dependency and be able to use `libc` in `#![no_std]`
+  feature to remove this dependency and be able to use `libc` in `#![no_std]`
   crates.
 
 * `extra_traits`: all `struct`s implemented in `libc` are `Copy` and `Clone`.
-- 
GitLab