From 0e731b10cfb766d24588f0dab530b55ea24e400f Mon Sep 17 00:00:00 2001 From: Andy Salerno Date: Thu, 18 Jul 2019 12:51:16 -0700 Subject: [PATCH] Fix typo in 1291-promote-libc.md The RFC has an apparent typo that I cleaned up. --- text/1291-promote-libc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/1291-promote-libc.md b/text/1291-promote-libc.md index c719e69a02b..a84495d5127 100644 --- a/text/1291-promote-libc.md +++ b/text/1291-promote-libc.md @@ -74,7 +74,7 @@ platforms it supports. The `libc` crate, however, **is not intended to be cross platform** but rather the opposite, an exact binding to the platform in question. In essence, the `libc` crate is targeted as "replacement for `#include` in Rust" for traditional system header files, but it makes no -effort to be help being portable by tweaking type definitions and signatures. +effort to be portable by tweaking type definitions and signatures. ### The Home of `libc`