In page 375 that image picture, two red text , in your picture first one 's width is smaller than the second one

in page 375 that image picture, two red text , in your picture first one 's width is smaller than the second one.
and have explanation why behaviour like that.

but I test the same code , it is different , left text has longer width than the second text. any idea ?

“HStack {
Text(“A great and warm welcome to Kuchi”)
.background(Color.red)
Text(“A great and warm welcome to Kuchi”)
.background(Color.red)
}
.background(Color.yellow)”

Excerpt From: By Audrey Tam. “SwiftUI by Tutorials.” Apple Books.

Hi @yangwulong1978,

I apologize for replying so late. Did you figure out where the problem was? Have you checked the last book update?