mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #38219 from gowalking/master
Fix a typos in layer_windows.go
This commit is contained in:
commit
6c51d0707d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
// Getter is an interface to get the path to a layer on the host.
|
||||
type Getter interface {
|
||||
// GetLayerPath gets the path for the layer. This is different from Get()
|
||||
// since that returns an interface to account for umountable layers.
|
||||
// since that returns an interface to account for unmountable layers.
|
||||
GetLayerPath(id string) (string, error)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue