about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEduard-Mihai Burtescu <edy.burt@gmail.com>2016-05-16 02:00:20 +0300
committerEduard-Mihai Burtescu <edy.burt@gmail.com>2016-05-16 02:00:20 +0300
commitb4da51a0a3bc2cf1d2bc73c2ad1c48c80e53ffa4 (patch)
tree2719021e721484e1a007e799fe1d6817672a49b7 /src
parentb0c897279efda9f0a781870dbdbc1d5c83e9fcf3 (diff)
parente699e12eb0b58782e2f1cb5bc1b0364ca49b7ffb (diff)
downloadrust-b4da51a0a3bc2cf1d2bc73c2ad1c48c80e53ffa4.tar.gz
rust-b4da51a0a3bc2cf1d2bc73c2ad1c48c80e53ffa4.zip
Rollup merge of #33635 - tshepang:capitalise, r=steveklabnik
doc: 'tis the lang, not the reptile
Diffstat (limited to 'src')
-rw-r--r--src/libcollections/fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs
index b842d62bf77..0ebb89b8a22 100644
--- a/src/libcollections/fmt.rs
+++ b/src/libcollections/fmt.rs
@@ -314,7 +314,7 @@
 //! # Syntax
 //!
 //! The syntax for the formatting language used is drawn from other languages,
-//! so it should not be too alien. Arguments are formatted with python-like
+//! so it should not be too alien. Arguments are formatted with Python-like
 //! syntax, meaning that arguments are surrounded by `{}` instead of the C-like
 //! `%`. The actual grammar for the formatting syntax is:
 //!