Skip to content

Commit aca59c0

Browse files
committed
type -> typedef
1 parent b2436b3 commit aca59c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn mut increment_counter() -> i32 {
6060

6161
### Types
6262

63-
Define custom data types with `type`:
63+
Define custom data types with `typedef`:
6464

6565
```text
6666
typedef Point {

0 commit comments

Comments
 (0)