From 3646aba830e17c3fca42b11fb806425e9aa2b417 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 27 Feb 2023 03:03:25 +0530 Subject: [PATCH] gcc: fix typo (#9871) --- 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 e2b0c9ebb4..ef3ef73b5b 100644 --- a/pages/common/gcc.md +++ b/pages/common/gcc.md @@ -3,7 +3,7 @@ > Preprocess and compile C and C++ source files, then assemble and link them together. > More information: . -- Compile multiple source files into executable: +- Compile multiple source files into an executable: `gcc {{path/to/source1.c path/to/source2.c ...}} -o {{path/to/output_executable}}`