Merge pull request #45 from mach6/fix-doc-comments
Fix 3 doc typos in compiler.go
This commit is contained in:
@@ -89,8 +89,8 @@ type Compiler struct {
|
|||||||
// are used when creating the docker network.
|
// are used when creating the docker network.
|
||||||
NetworkOpts map[string]string
|
NetworkOpts map[string]string
|
||||||
|
|
||||||
// NetrcCloneOnly instrucs the compiler to only inject
|
// NetrcCloneOnly instructs the compiler to only inject
|
||||||
// the netrc file into the clone setp.
|
// the netrc file into the clone step.
|
||||||
NetrcCloneOnly bool
|
NetrcCloneOnly bool
|
||||||
|
|
||||||
// Volumes provides a set of volumes that should be
|
// Volumes provides a set of volumes that should be
|
||||||
@@ -105,7 +105,7 @@ type Compiler struct {
|
|||||||
// applies to pipeline containers.
|
// applies to pipeline containers.
|
||||||
Resources Resources
|
Resources Resources
|
||||||
|
|
||||||
// Tate provides global configration options for tmate
|
// Tate provides global configuration options for tmate
|
||||||
// live debugging.
|
// live debugging.
|
||||||
Tmate Tmate
|
Tmate Tmate
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user