From 265175060bc000233793dc2acf9c6854abe45f3f Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 6 Mar 2017 23:03:11 +0100 Subject: [PATCH] fix a godoc nit --- main.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index f8fda42..5ac3429 100644 --- a/main.go +++ b/main.go @@ -56,10 +56,9 @@ defined in the Go language specification. The following conversions are supported: -If the fields are directly assignable, no conversion is generated. - -If the fields are convertible according to Go language rules, a simple conversion is -emitted. Example input code: +If the fields are directly assignable, no conversion is emitted. If the fields are +convertible according to Go language rules, a simple conversion is emitted. Example input +code: type specialString string