From 67beff57608361ece3e9e7a0fde8779b491061ec Mon Sep 17 00:00:00 2001 From: lukaramu Date: Sat, 25 Mar 2017 16:40:40 +0100 Subject: [PATCH] Fix typo in RFC 1574 --- text/1574-more-api-documentation-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/1574-more-api-documentation-conventions.md b/text/1574-more-api-documentation-conventions.md index 178ac66bdc2..af3c8704706 100644 --- a/text/1574-more-api-documentation-conventions.md +++ b/text/1574-more-api-documentation-conventions.md @@ -565,7 +565,7 @@ pub mod option; /// assert_eq!(&[5], slice); /// ``` /// -/// A more compelx example. In this case, it’s the same example, because this +/// A more complex example. In this case, it’s the same example, because this /// is a pretty trivial function, but use your imagination. /// /// ```