From 3aee0dfa88973beb23f4d6ded0c59aab1571303b Mon Sep 17 00:00:00 2001 From: Yagiz Degirmenci Date: Mon, 12 Apr 2021 22:52:17 +0300 Subject: [PATCH] add dot --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d52f2a8af..bcb1f8fff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ search the issues to make sure no one else is working on it. 1. Make sure that the code coverage is covering all of the cases, including errors. 1. The code must be clippy-warning-free and rustfmt-compliant. 1. Don't hesitate to move common functions into uucore if they can be reused by other binaries. -1. Unsafe code should be documented with Safety comments +1. Unsafe code should be documented with Safety comments. ## Commit messages