From 49b0c7a4fe43700e38a76f27df7fb50d14d302b2 Mon Sep 17 00:00:00 2001 From: Xavier Lepaul Date: Tue, 20 Feb 2018 09:30:45 +0100 Subject: [PATCH] Fix typo in doc --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7b4241d3..ae93b793a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -267,7 +267,7 @@ brew install clang-format Debian-based: ``` -apt-cache install clang-format +apt-cache search clang-format ``` Above will list all the versions available. Pick the newest one available (3.9 for Ubuntu 16.10 as I write this) and install it: