summary refs log tree commit diff
path: root/src/doc/reference.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2014-09-19 16:58:26 -0400
committerSteve Klabnik <steve@steveklabnik.com>2014-09-22 17:54:10 -0400
commit7866f515a5ace6a9630efc7ffdaa79455eabc61e (patch)
tree60d99e71ec2ac869f9d915377efcd88a91e21ebb /src/doc/reference.md
parent667276040feda6db6b4515ae7e82d7f4e1309f30 (diff)
downloadrust-7866f515a5ace6a9630efc7ffdaa79455eabc61e.tar.gz
rust-7866f515a5ace6a9630efc7ffdaa79455eabc61e.zip
runtime has no C++
Diffstat (limited to 'src/doc/reference.md')
-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