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

Issue 169730043: code review 169730043: fmt: fix documentation for %g and %G (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by r
Modified:
9 years, 5 months ago
Reviewers:
jscrockett01, rsc
CC:
golang-codereviews, rsc
Visibility:
Public.

Description

fmt: fix documentation for %g and %G It now echoes what strconv.FormatFloat says. Fixes issue 9012.

Patch Set 1 #

Patch Set 2 : diff -r 72c99d605f991cf3317faf09b0bde66d9246e66f https://code.google.com/p/go/ #

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

Messages

Total messages: 5
r
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
9 years, 5 months ago (2014-10-29 03:16:33 UTC) #1
rsc
LGTM
9 years, 5 months ago (2014-10-29 03:17:28 UTC) #2
r
*** Submitted as https://code.google.com/p/go/source/detail?r=63346b5f91e9 *** fmt: fix documentation for %g and %G It now echoes ...
9 years, 5 months ago (2014-10-29 03:19:06 UTC) #3
jscrockett01
Typo https://codereview.appspot.com/169730043/diff/20001/src/fmt/doc.go File src/fmt/doc.go (right): https://codereview.appspot.com/169730043/diff/20001/src/fmt/doc.go#newcode42 src/fmt/doc.go:42: %G %E for large exponents, %G otherwise %F ...
9 years, 5 months ago (2014-10-29 13:19:37 UTC) #4
r
9 years, 5 months ago (2014-10-29 13:53:29 UTC) #5
Thanks. Fixed.


On Wed, Oct 29, 2014 at 6:19 AM, <jscrockett01@gmail.com> wrote:

> Typo
>
>
> https://codereview.appspot.com/169730043/diff/20001/src/fmt/doc.go
> File src/fmt/doc.go (right):
>
> https://codereview.appspot.com/169730043/diff/20001/src/
> fmt/doc.go#newcode42
> src/fmt/doc.go:42: %G   %E for large exponents, %G otherwise
> %F instead of %G
>
> https://codereview.appspot.com/169730043/
>
Sign in to reply to this message.

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