Skip to content

Commit

Permalink
Fixed thai typo (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
first087 authored Feb 25, 2022
1 parent 0cb2e0e commit 3190d1a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions th/1/arraysstructs2.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ material:
}
---
### การสร้าง Structs ใหม่
ังจำ struct ของเราที่ชื่อว่า `Person`
ยังจำ struct ของเราที่ชื่อว่า `Person`
ในตัวอย่างก่อนหน้าได้มั้ย?

```
Expand All @@ -60,7 +59,7 @@ struct Person {
Person[] public people;
```

ตอนนี้เราก็จะมาศึกษาว่าจะสามารถสร้าง `Person` ขึ้นมาใหม่ได้อย่างไร และจะเพิ่มลงไปใน array ที่ชื่อว่า `people` ได้อย่างไร
ตอนนี้เราก็จะมาศึกษาว่าจะสามารถสร้าง `Person` ขึ้นมาใหม่ได้อย่างไร และจะเพิ่มลงไปใน array ที่ชื่อว่า `people` ได้อย่างไร

```
// สร้างPersonขึ้นมาใหม่:
Expand Down

0 comments on commit 3190d1a

Please sign in to comment.