Update bundle/bundle.go

Co-authored-by: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com>
This commit is contained in:
Pieter Noordhuis 2024-09-27 11:55:25 +02:00 committed by GitHub
parent 1b3041ecee
commit 80de04f36f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Bundle struct {
// It is set when we instantiate a new bundle instance.
BundleRootPath string
// BundleRoot is a virtual filesystem path [BundleRootPath].
// BundleRoot is a virtual filesystem path to [BundleRootPath].
// Exclusively use this field for filesystem operations.
BundleRoot vfs.Path