Add missing word

This commit is contained in:
Artur Carvalho 2019-10-06 13:23:40 +02:00 committed by GitHub
parent 82287d9903
commit 2b912b4cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ func main() {
// statement can. // statement can.
const n = 500000000 const n = 500000000
// Constant expressions perform arithmetic with // Constant expressions perform arithmetic operations with
// arbitrary precision. // arbitrary precision.
const d = 3e20 / n const d = 3e20 / n
fmt.Println(d) fmt.Println(d)