diff --git a/pkgs/development/tools/gotools/default.nix b/pkgs/development/tools/gotools/default.nix index 255b664d95e3..f3cc37fa64aa 100644 --- a/pkgs/development/tools/gotools/default.nix +++ b/pkgs/development/tools/gotools/default.nix @@ -15,7 +15,7 @@ buildGoModule rec { # Given that, we can't have the gopls binary be part of the gotools # derivation. # - # We have a seperate derivation to build the gopls tool. + # The attribute "gopls" provides the gopls binary. # # Related #