Skip to content

Commit

Permalink
Lowercase "type"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhoa authored Aug 26, 2019
1 parent 02490d9 commit dc3472d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ch5-distributed-system/ch5-01-dist-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Thời gian ở đây chỉ sử dụng 39 bit, nhưng đơn vị thời gian tr
Cấu trúc của `Settings` như sau:
```go
Type Settings struct {
type Settings struct {
// tương tự như Epoch
// mặc định bắt đầu vào ngày 2014-09-01 00:00:00 +0000 UTC
StartTime time.Time
Expand Down Expand Up @@ -245,4 +245,4 @@ func main() {
// ID: 84989976554504193
```
[Tiếp theo](ch5-02-lock.md)
[Tiếp theo](ch5-02-lock.md)

0 comments on commit dc3472d

Please sign in to comment.