Skip to content

Commit 6891d4f

Browse files
committed
Update the-data.md
1 parent 940d9ea commit 6891d4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

01-the-data/the-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# The data
1+
# The data of type-level programs
22

33
Like with every programming language, in Type-Level TypeScript we will write programs that **transform some data** but unlike in other programming languages, the data our programs will transform are **types**!
44

55
We will write code that take some types as input and output other types. To master this language we will need to start by understanding the different sorts of data we have at our disposal.
66

7-
## The three families of data
7+
## The three families of types
88

9-
There are 3 main "families" of data in Type-Level TypeScript (TLTS): primitive types, literal types, and data structures. Let's explore each of them.
9+
There are 3 main "families" of data in Type-Level TypeScript (TLTS): primitive types, literal types, and data structure types. Let's explore each of them.
1010

1111
### Primitive types
1212

0 commit comments

Comments
 (0)