Skip to content

Commit 8302e59

Browse files
committed
Update GLOSSARY.md
1 parent 7274a34 commit 8302e59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GLOSSARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 타입 단언(type assertion)
1+
## 타입 단언 (type assertion)
22
인터페이스 타입이면서 타입이 T인 x가 있을때 다음의 표현은 x가 nil이 아니고 x에 저장된 값이 타입 T임을 나타낸다.
33
```
44
x.(T)
@@ -10,4 +10,4 @@ x.(T)
1010
## 제로값 (The Zero Value)
1111
변수가 메모리에 할당되고 그 타입의 제로값이 저장되는 것: [The Zero Value](https://golang.org/ref/spec#The_zero_value)
1212

13-
## 내장 함수(built-in function)
13+
## 내장 함수 (built-in function)

0 commit comments

Comments
 (0)