Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MystPi authored and giacomocavalieri committed Nov 2, 2023
1 parent 2a604ba commit 00fd901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/custom-types/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Creating a value for a specific case can be done by referring to its name if it

```gleam
let spring = Spring
let integerTwo = SomeInt(2)
let integer_two = SomeInt(2)
```

Custom types, along with everything in Gleam, have _structural equality_, which means that two values of the same variant and with the same data are equivalent.
Expand Down

0 comments on commit 00fd901

Please sign in to comment.