From e699e12eb0b58782e2f1cb5bc1b0364ca49b7ffb Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 14 May 2016 13:02:28 +0200 Subject: [PATCH] doc: 'tis the lang, not the reptile --- src/libcollections/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index ce1d6ec5a6478..6e33e9ec1c784 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -316,7 +316,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: //!