From d46a1cc3f61ebc3362a238aec512f13ce806faa3 Mon Sep 17 00:00:00 2001 From: zimbatm Date: Fri, 20 Nov 2015 09:54:45 +0000 Subject: [PATCH] manual: typo fixes --- doc/language-support.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/language-support.xml b/doc/language-support.xml index 48b9209b0ad0..0a0e24e9abfd 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.