about summary refs log tree commit diff
path: root/library/core/src/slice/mod.rs
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2024-03-06 20:21:00 +0100
committerRalf Jung <post@ralfj.de>2024-03-07 07:49:22 +0100
commit1a2bc1102d9502a5058585f6422a974323a884a7 (patch)
tree6c4fd55aea99098489c976397c135054ecd63881 /library/core/src/slice/mod.rs
parentaa029ce4d8f5048dafd44b6af794542ee19f7c37 (diff)
downloadrust-1a2bc1102d9502a5058585f6422a974323a884a7.tar.gz
rust-1a2bc1102d9502a5058585f6422a974323a884a7.zip
Rust is a proper name: rust → Rust
Diffstat (limited to 'library/core/src/slice/mod.rs')
-rw-r--r--library/core/src/slice/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/slice/mod.rs b/library/core/src/slice/mod.rs
index aaedbed0d55..643b7971a66 100644
--- a/library/core/src/slice/mod.rs
+++ b/library/core/src/slice/mod.rs
@@ -23,7 +23,7 @@ use crate::slice;
     issue = "none",
     reason = "exposed from core to be reused in std; use the memchr crate"
 )]
-/// Pure rust memchr implementation, taken from rust-memchr
+/// Pure Rust memchr implementation, taken from rust-memchr
 pub mod memchr;
 
 #[unstable(