We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b451659 commit 5281db2Copy full SHA for 5281db2
src/libcore/core.rc
@@ -13,7 +13,7 @@ built-in types and runtime services, or that is used in nearly every
13
non-trivial program.
14
15
`core` includes modules corresponding to each of the integer types, each of
16
-THE floating point types, the `bool` type, tuples, characters, strings,
+the floating point types, the `bool` type, tuples, characters, strings,
17
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
18
Additionally, `core` provides very commonly used built-in types and
19
operations, concurrency primitives, platform abstractions, I/O, and complete
0 commit comments