Skip to content

Commit

Permalink
Fix typo in load statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Parraga committed May 25, 2023
1 parent b84cd75 commit c39159e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/go/core/bzlmod.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ If you have a use case that would require this, please explain it in an issue.
Add the following to your top-level BUILD file, including your Go module's path in a [Gazelle directive](https://github.com/bazelbuild/bazel-gazelle#directives):

```starlark
load("@gazelle//:defs.bzl", "gazelle")
load("@gazelle//:def.bzl", "gazelle")

# gazelle:prefix github.com/example/project
gazelle(name = "gazelle")
Expand Down

0 comments on commit c39159e

Please sign in to comment.