Skip to content

Commit

Permalink
embed: remove incorrect slash in comment
Browse files Browse the repository at this point in the history
Change-Id: Ida74e8127c29d3e6f0a4322f86c7963fa2ef8244
GitHub-Last-Rev: ae47915
GitHub-Pull-Request: #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>
  • Loading branch information
lugen4ro authored and gopherbot committed Nov 14, 2024
1 parent 8b0ac33 commit 8e71428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/embed/embed.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e71428

Please sign in to comment.