Skip to content

Commit

Permalink
fix: typo on introduction.md (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio authored Jan 14, 2025
1 parent 1a035dd commit bf4e88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/content/contributing/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf4e88f

Please sign in to comment.