From 45e5e418f33f2143ef6d87009c45e1ad11303740 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 3 Apr 2021 19:49:16 -0700 Subject: [PATCH] Fix typo in contrib docs. --- src/doc/contrib/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/contrib/src/index.md b/src/doc/contrib/src/index.md index 6fb8718d3ba..5ab169ea799 100644 --- a/src/doc/contrib/src/index.md +++ b/src/doc/contrib/src/index.md @@ -8,7 +8,7 @@ There are many ways to contribute, such as [helping other users], [filing issues], [improving the documentation], [fixing bugs], and working on [small] and [large features]. -If you have a general question about Cargo or it's internals, feel free to ask +If you have a general question about Cargo or its internals, feel free to ask on [Zulip]. This guide assumes you have some familiarity with Rust, and how to use Cargo,