typo(demo.odin): in embedded into -> is embedded into

This commit is contained in:
Jx
2026-07-05 01:17:40 -03:00
committed by GitHub
parent c0792bc1dd
commit 2a48d0ee85

View File

@@ -670,7 +670,7 @@ union_type :: proc() {
{
// NOTE(bill): A union can be used to achieve something similar. Instead
// of embedding the base data into the derived types, the derived data
// in embedded into the base type. Below is the same example of the
// is embedded into the base type. Below is the same example of the
// basic game Entity but using an union.
Entity :: struct {