diff --git a/internal/bzlmod/go_mod.bzl b/internal/bzlmod/go_mod.bzl index e272ab92a..b48274253 100644 --- a/internal/bzlmod/go_mod.bzl +++ b/internal/bzlmod/go_mod.bzl @@ -352,7 +352,7 @@ def sums_from_go_work(module_ctx, go_work_label): # 2. use the go_work_path to create a path for the heisen go.work.sum file maybe_go_work_sum_path = go_work_path.get_child("../go.work.sum") - # 3. check for it's existence + # 3. check for its existence if maybe_go_work_sum_path.exists: return parse_sumfile(module_ctx, go_work_label, "go.work.sum") else: