From 2b912b4cdbfc27bffab4a34f82d620ba43df03cc Mon Sep 17 00:00:00 2001 From: Artur Carvalho Date: Sun, 6 Oct 2019 13:23:40 +0200 Subject: [PATCH] Add missing word --- examples/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/constants/constants.go b/examples/constants/constants.go index e7af860..e84ea6a 100644 --- a/examples/constants/constants.go +++ b/examples/constants/constants.go @@ -18,7 +18,7 @@ func main() { // statement can. const n = 500000000 - // Constant expressions perform arithmetic with + // Constant expressions perform arithmetic operations with // arbitrary precision. const d = 3e20 / n fmt.Println(d)