Correct inaccuracy in const description.

This commit is contained in:
Jonathan Ginsburg 2021-12-30 15:26:59 -06:00 committed by GitHub
parent 668ecb9732
commit e98ff57b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ func main() {
fmt.Println(s)
// A `const` statement can appear anywhere a `var`
// statement can.
// statement can, for types that support `const`.
const n = 500000000
// Constant expressions perform arithmetic with