Skip to content

Commit 0ff9257

Browse files
authored
Update evolution.md (#50)
Typo fix
1 parent 7cdfcd0 commit 0ff9257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Included in many classes to implement comparison methods. Once class defines a m
533533

534534
## `Data`[](#data)
535535

536-
* <span class="ruby-version">[3.2](3.2.md#data-new-immutable-value-object-class)</span> **<a class="ruby-doc" href="https://docs.ruby-lang.org/en/3.2/Data.html"><code>Data</code></a>: new immutable value object class introduced.** It has a stricter and leander interface than `Struct`:
536+
* <span class="ruby-version">[3.2](3.2.md#data-new-immutable-value-object-class)</span> **<a class="ruby-doc" href="https://docs.ruby-lang.org/en/3.2/Data.html"><code>Data</code></a>: new immutable value object class introduced.** It has a stricter and leaner interface than `Struct`:
537537
```ruby
538538
Point = Data.define(:x, :y)
539539

0 commit comments

Comments
 (0)