From bf4e88f0fc38e3e3bb9fd7a1954eabcc39adbe0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Tue, 14 Jan 2025 14:40:36 +0100 Subject: [PATCH] fix: typo on introduction.md (#500) --- _docs/content/contributing/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/content/contributing/introduction.md b/_docs/content/contributing/introduction.md index edbbceb3..43f6c0b8 100644 --- a/_docs/content/contributing/introduction.md +++ b/_docs/content/contributing/introduction.md @@ -68,7 +68,7 @@ modify the source code about to be compiled. In particular: - The `compile` command is provided all `.go` files that are compiled into the final executable; which `orchestrion` will modify to insert instrumentation code at all relevant places; -- The `link` command builds the ifnal executable by linking together all the Go +- The `link` command builds the final executable by linking together all the Go packages that contribute to the `main` entry point; to which `orchestrion` adds any library required by injected code that was not already present in the dependency tree.