Skip to content

Commit

Permalink
Add missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Mar 7, 2025
1 parent ab205b4 commit 247f22c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/language/records.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Records are structurally typed based on the types of their fields.
A record's shape (the set of its fields,
the fields' types, and their names, if any) uniquely determines the type of a record.
While you cannot declare a unique type for a specific record shape,
you can use `typedef` to give a name to a record type for better readability and reusability..
you can use `typedef` to give a name to a record type for better readability and reusability.

For example, you can define a named record type for a user profile:

Expand Down Expand Up @@ -352,4 +352,4 @@ Only a class can provide full abstraction and encapsulation.
[destructure]: /language/patterns#destructuring
[Pattern types]: /language/pattern-types#record
[typedefs]: /language/typedefs
[extension type]: /language/extension-types
[extension type]: /language/extension-types

0 comments on commit 247f22c

Please sign in to comment.