Skip to content

Commit e87a2d9

Browse files
Christoph Ulshoeferfacebook-github-bot
Christoph Ulshoefer
authored andcommitted
Fix typo in types.md
Summary: what the title says Created from CodeHub with https://fburl.com/edit-in-codehub Differential Revision: D38871236 fbshipit-source-id: db1d8de83e7ad725dd877bcbeaaebaa4d899329c
1 parent b918a99 commit e87a2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ In addition to these built-in types, we provide records and enumerations as spec
4545

4646
## Record types
4747

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

5050
```python
5151
MyRecord = record(host=str.type, port=int.type)

0 commit comments

Comments
 (0)