diff --git a/doc/language-support.xml b/doc/language-support.xml index 48b9209b0ad..0a0e24e9abf 100644 --- a/doc/language-support.xml +++ b/doc/language-support.xml @@ -741,7 +741,7 @@ the following arguments are of special significance to the function: In this example only code.google.com/p/go.net/ipv4 and - code.google.com/p/go.net/ipv4 will be built. + code.google.com/p/go.net/ipv6 will be built. @@ -764,7 +764,7 @@ the following arguments are of special significance to the function: propagatedBuildInputs is where the dependencies of a Go library are listed. Only libraries should list propagatedBuildInputs. If a standalone - program is being build instead, use buildInputs. If a library's tests require + program is being built instead, use buildInputs. If a library's tests require additional dependencies that are not propagated, they should be listed in buildInputs.