Hands-on Rust - Repeated text on bullet point 4 (page 59)

Bullet point reads

bracket-lib includes a set of named colors for your use—derived from the HTML named color list. Alternatively, you can Alternatively, you can use RGB::from_u8() to specify red/green/blue values in the 0-254 range, or RGB::from_hex() to specify HTML-style colors.

Should instead read

bracket-lib includes a set of named colors for your use—derived from the HTML named color list. Alternatively, you can use RGB::from_u8() to specify red/green/blue values in the 0-254 range, or RGB::from_hex() to specify HTML-style colors.

1 Like

Thank you! I’ll triple-check, but I’m pretty sure this one has been resolved for beta 4 already; if not, I’ll do my best to get it in there.

1 Like