From 17e694b79a28488b99df6b0f9d3282cf17538880 Mon Sep 17 00:00:00 2001 From: Ryan Matthews Date: Sat, 24 May 2025 11:18:47 -0500 Subject: [PATCH] fix the typo --- site/en/basics/artifact-based-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/basics/artifact-based-builds.md b/site/en/basics/artifact-based-builds.md index 6e055664a0a862..8f634b5d0baa43 100644 --- a/site/en/basics/artifact-based-builds.md +++ b/site/en/basics/artifact-based-builds.md @@ -84,7 +84,7 @@ binaries or other libraries. Every target has: * `name`: how the target is referenced on the command line and by other targets -* `srcs`: the source files to compiled to create the artifact for the target +* `srcs`: the source files to be compiled to create the artifact for the target * `deps`: other targets that must be built before this target and linked into it