mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
all: minor documentation tweaks for constants
Block comments appear after a block in the HTML documentation generated by godoc. Words like "following" should be avoided. Change-Id: Iedfad67f4b8b9c84f128b98b9b06fa76919af388 Reviewed-on: https://go-review.googlesource.com/14357 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
0cf7331391
commit
49fb8cc10c
3 changed files with 3 additions and 3 deletions
|
|
@ -124,7 +124,7 @@ const (
|
|||
// rounding error is described by the Float's Accuracy.
|
||||
type RoundingMode byte
|
||||
|
||||
// The following rounding modes are supported.
|
||||
// These constants define supported rounding modes.
|
||||
const (
|
||||
ToNearestEven RoundingMode = iota // == IEEE 754-2008 roundTiesToEven
|
||||
ToNearestAway // == IEEE 754-2008 roundTiesToAway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue