1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:34:39 -07:00

embed: remove incorrect slash in comment

Change-Id: Ida74e8127c29d3e6f0a4322f86c7963fa2ef8244
GitHub-Last-Rev: ae479155d6
GitHub-Pull-Request: golang/go#70330
Reviewed-on: https://go-review.googlesource.com/c/go/+/627815
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
This commit is contained in:
lugen4ro 2024-11-14 09:24:52 +00:00 committed by Gopher Robot
parent 8b0ac33da8
commit 8e714281e4

View File

@ -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