]> Cypherpunks repositories - gostls13.git/commit
fmt, strconv: document that exponent is always two digits
authorIan Lance Taylor <iant@golang.org>
Mon, 16 Dec 2024 23:38:43 +0000 (15:38 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 15:54:13 +0000 (07:54 -0800)
commit75736cc169631dfaaa48ad46a00e1bf31d830ec8
treec46455d8670ea3c5bb87faa888373e8d0203427d
parent1218566fe5c90e2bd39693566453828e6fbb4c12
fmt, strconv: document that exponent is always two digits

Except for %b where it is only one.

Fixes #70862

Change-Id: Ic423a799b73bfa534f4083f6544bb9cd639fef06
Reviewed-on: https://go-review.googlesource.com/c/go/+/636915
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/fmt/doc.go
src/strconv/ftoa.go