Skip to content

Commit

Permalink
update first paragraph of the Subtyping topic
Browse files Browse the repository at this point in the history
  • Loading branch information
fResult committed Jun 2, 2024
1 parent 1a3b24f commit 4de4ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _th/tour/traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ iterator.next() // returns 1

## Subtyping

เมื่อจำเป็นต้องใช้ trait นั้นๆ เราสามารถใช้ subtype (คลาสใดๆ ที่ extend มาจาก trait) แทนได้
เมื่อจำเป็นต้องใช้ trait ใดๆ เราสามารถใช้ subtype (คลาสใดก็ตาม ที่ extend มาจาก trait นั้นๆ) แทนได้

> **Note by Thai translator:**\
> "เมื่อจำเป็นต้องใช้ trait นั้นๆ" ในที่นี้ น่าจะหมายถึงเรามีการระบุไว้ว่า parameter ที่ได้ระบุ type เป็น trait\
Expand Down

0 comments on commit 4de4ed5

Please sign in to comment.