about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index 67a2e4d4e1b..6d6b5cf0f4e 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -4098,7 +4098,7 @@ reclamation when the last reference to it drops.
 
 # Runtime services, linkage and debugging
 
-The Rust _runtime_ is a relatively compact collection of C++ and Rust code that
+The Rust _runtime_ is a relatively compact collection of Rust code that
 provides fundamental services and datatypes to all Rust tasks at run-time. It
 is smaller and simpler than many modern language runtimes. It is tightly
 integrated into the language's execution model of memory, tasks, communication