Skip to content

Commit

Permalink
Merge pull request #45 from mach6/fix-doc-comments
Browse files Browse the repository at this point in the history
Fix 3 doc typos in compiler.go
  • Loading branch information
TP Honey authored Apr 11, 2022
2 parents 8d889bd + dc81f87 commit 20cb0a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions engine/compiler/compiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ type Compiler struct {
// are used when creating the docker network.
NetworkOpts map[string]string

// NetrcCloneOnly instrucs the compiler to only inject
// the netrc file into the clone setp.
// NetrcCloneOnly instructs the compiler to only inject
// the netrc file into the clone step.
NetrcCloneOnly bool

// Volumes provides a set of volumes that should be
Expand All @@ -105,7 +105,7 @@ type Compiler struct {
// applies to pipeline containers.
Resources Resources

// Tate provides global configration options for tmate
// Tate provides global configuration options for tmate
// live debugging.
Tmate Tmate

Expand Down

0 comments on commit 20cb0a0

Please sign in to comment.