mirror of https://github.com/golang/go.git
embed: fix FS sort explanation example
The example shows `w/` after sort when in fact it should be `w` since before sort it was `w`.
This commit is contained in:
parent
2eac154b1c
commit
ae479155d6
|
|
@ -170,7 +170,7 @@ type FS struct {
|
|||
//
|
||||
// p # dir=. elem=p
|
||||
// q/ # dir=. elem=q
|
||||
// w/ # dir=. elem=w
|
||||
// w # dir=. elem=w
|
||||
// q/r # dir=q elem=r
|
||||
// q/s/ # dir=q elem=s
|
||||
// q/v # dir=q elem=v
|
||||
|
|
|
|||
Loading…
Reference in New Issue