···277277278278### Data
279279280280-It’s worth noting that while Ruby’s built-in `Data` objects are themselves frozen, they do not freeze the given values. `Dry::Struct::Value` does freeze the given values and `Literal::Data` both duplicates and freezes the given values.
280280+It’s worth noting that while Ruby’s built-in `Data` objects are themselves frozen, they do not freeze the given values. `Dry::Struct::Value` does freeze the given values and `Literal::Data` duplicates and freezes the given values if they’re not already frozen.
281281282282| Normal Ruby Data | `Dry::Struct::Value` | `Literal::Data` |
283283|---|---|---|