Go Brain Teasers: Slice named instead of byte (page 66)

**The end of the first full paragraph on page 66 says “Slice is a type in Go that’s aliased to uint8.”

It should say “byte is a type in Go that’s aliased to uint8.”**