From 80de04f36f8d4683ac706bdead0c2a68917e668e Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Fri, 27 Sep 2024 11:55:25 +0200 Subject: [PATCH] Update bundle/bundle.go Co-authored-by: shreyas-goenka <88374338+shreyas-goenka@users.noreply.github.com> --- bundle/bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle.go b/bundle/bundle.go index a04303290..856255685 100644 --- a/bundle/bundle.go +++ b/bundle/bundle.go @@ -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