Skip to content

Commit 8cc596c

Browse files
committed
core: Fix typo
1 parent 2adad1f commit 8cc596c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/core.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ built-in types and runtime services, or that is used in nearly every
1313
non-trivial program.
1414

1515
`core` includes modules corresponding to each of the integer types, each of
16-
the floating point types, the `bool` type, tules, characters, strings, vectors
16+
the floating point types, the `bool` type, tuples, characters, strings, vectors
1717
(`vec`), shared boxes (`box`), and unsafe pointers (`ptr`). Additionally,
1818
`core` provides very commonly used built-in types and operations, concurrency
1919
primitives, platform abstractions, I/O, and complete bindings to the C

0 commit comments

Comments
 (0)