From e5f79d3d2cd563f97debc4770c8f21279aab4dfc Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Mon, 4 Nov 2019 02:30:33 +0100 Subject: [PATCH] gcc: make page description impersonal. (#3526) --- pages/common/gcc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/gcc.md b/pages/common/gcc.md index 9a31e2d052..238b9d46e4 100644 --- a/pages/common/gcc.md +++ b/pages/common/gcc.md @@ -1,6 +1,6 @@ # gcc -> Preprocesses and compiles C and C++ source files, then assembles and links them together. +> Preprocess and compile C and C++ source files, then assemble and link them together. > More information: . - Compile multiple source files into executable: