From 3c9c34cd15a7dc5af32a08fa422e2aa021026a22 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Thu, 24 Aug 2023 16:41:20 +0200 Subject: [PATCH] docs: fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b44a7bfc8..8adfff0c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -142,7 +142,7 @@ aim to respect the 50/72 rule and have the following form: module-prefix: description in an imperative mood (max 50 characters) Longer description of what happens that can span multiple lines. Each - line should be maximally 70 characters long, with the exceptions of + line should be maximally 72 characters long, with the exceptions of code/log dumps. The prefix should describe the module that the pull request touches the most.