about summary refs log tree commit diff
path: root/src/libstd/rt/uv
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-08-16 15:54:14 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-08-16 15:54:14 +1000
commit72fd02d93985bc9be359d736eec0484cb51a8b3f (patch)
tree97320928c95c49aefbf757500be8b4432b7f80c8 /src/libstd/rt/uv
parentabe94f9b4d0d072e2477b989715c6c79e97de259 (diff)
downloadrust-72fd02d93985bc9be359d736eec0484cb51a8b3f.tar.gz
rust-72fd02d93985bc9be359d736eec0484cb51a8b3f.zip
doc: convert remaining uses of core:: to std::.
Diffstat (limited to 'src/libstd/rt/uv')
-rw-r--r--src/libstd/rt/uv/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/uv/mod.rs b/src/libstd/rt/uv/mod.rs
index 6c5a28b31b1..59833a16ed8 100644
--- a/src/libstd/rt/uv/mod.rs
+++ b/src/libstd/rt/uv/mod.rs
@@ -10,7 +10,7 @@
 
 /*!
 
-Bindings to libuv, along with the default implementation of `core::rt::rtio`.
+Bindings to libuv, along with the default implementation of `std::rt::rtio`.
 
 UV types consist of the event loop (Loop), Watchers, Requests and
 Callbacks.