Skip to content

Commit

Permalink
Fix typo in types.md
Browse files Browse the repository at this point in the history
Summary:
what the title says

Created from CodeHub with https://fburl.com/edit-in-codehub

Differential Revision: D38871236

fbshipit-source-id: db1d8de83e7ad725dd877bcbeaaebaa4d899329c
  • Loading branch information
Christoph Ulshoefer authored and facebook-github-bot committed Aug 19, 2022
1 parent b918a99 commit e87a2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In addition to these built-in types, we provide records and enumerations as spec

## Record types

We provides a `record` type, representing a set of named values, each with their own type. For example:
We provide a `record` type, representing a set of named values, each with their own type. For example:

```python
MyRecord = record(host=str.type, port=int.type)
Expand Down

0 comments on commit e87a2d9

Please sign in to comment.