Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(545)

Issue 3361041: code review 3361041: fmt: fix documentation format glitch. no content to change. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 3 months ago by r
Modified:
14 years, 3 months ago
Reviewers:
CC:
gri, golang-dev
Visibility:
Public.

Description

fmt: fix documentation format glitch. no content to change. Fixes issue 1313.

Patch Set 1 #

Patch Set 2 : code review 3361041: fmt: fix documentation format glitch. no content to change. #

Patch Set 3 : code review 3361041: fmt: fix documentation format glitch. no content to change. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/pkg/fmt/doc.go View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 3
r
Hello gri (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-11-30 21:04:48 UTC) #1
r
*** Submitted as http://code.google.com/p/go/source/detail?r=c06a7e7d4183 *** fmt: fix documentation format glitch. no content to change. Fixes ...
14 years, 3 months ago (2010-11-30 22:28:36 UTC) #2
gri
14 years, 3 months ago (2010-11-30 22:29:37 UTC) #3
LGTM
-gri

On Tue, Nov 30, 2010 at 1:04 PM, <r@golang.org> wrote:

> Reviewers: gri,
>
> Message:
> Hello gri (cc: golang-dev@googlegroups.com),
>
> I'd like you to review this change.
>
>
> Description:
> fmt: fix documentation format glitch.  no content to change.
> Fixes issue 1313.
>
> Please review this at http://codereview.appspot.com/3361041/
>
> Affected files:
>  M src/pkg/fmt/doc.go
>
>
> Index: src/pkg/fmt/doc.go
> ===================================================================
> --- a/src/pkg/fmt/doc.go
> +++ b/src/pkg/fmt/doc.go
> @@ -126,8 +126,7 @@
>
>        %p is not implemented
>        %T is not implemented
> -       %e %E %f %F %g %g are all equivalent and scan any floating
> -               point or complex value
> +       %e %E %f %F %g %g are all equivalent and scan any floating point or
> complex value
>        %s and %v on strings scan a space-delimited token
>
>        Width is interpreted in the input text (%5s means at most
>
>
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b