Skip to content

Commit ead21b1

Browse files
committed
Update 02.2.md
1 parent 6741464 commit ead21b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ebook/02.2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Go对于已声明但未使用的变量会在编译阶段报错,比如下面的
7878
const MaxThread = 10
7979
const prefix = "astaxie_"
8080

81-
Go 常量和一般程式語言不同的是,可以指定相當多的小數位數(例如200位),
82-
若指定給float32自動縮短為32bit,指定給float64自動縮短為64bit,詳情參考[連結](http://golang.org/ref/spec#Constants)
81+
Go 常量和一般程序语言不同的是,可以指定相当多的小数位数(例如200位),
82+
若指定給float32自动缩短为32bit,指定给float64自动缩短为64bit,详情参考[链接](http://golang.org/ref/spec#Constants)
8383

8484
## 内置基础类型
8585

0 commit comments

Comments
 (0)