Skip to content

Commit 5281db2

Browse files
committed
core: Fix capitalization in docs
1 parent b451659 commit 5281db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/core.rc

+1-1
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, tuples, characters, strings,
16+
the floating point types, the `bool` type, tuples, characters, strings,
1717
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
1818
Additionally, `core` provides very commonly used built-in types and
1919
operations, concurrency primitives, platform abstractions, I/O, and complete

0 commit comments

Comments
 (0)