From 3b6e8fe571a8bfb867bbeba28af18c9f58767537 Mon Sep 17 00:00:00 2001 From: YuTArrUsO Date: Thu, 24 Feb 2022 10:16:18 +0800 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 918bdcea..bc8f3dd1 100644 --- a/README.rst +++ b/README.rst @@ -123,7 +123,7 @@ Output:: Default format: 42s 100ms strftime-like format: 03:15:30 -**Print a container** (`run `_) +**Print a container** (`run `_) .. code:: c++ @@ -137,7 +137,7 @@ Output:: Output:: - {1, 2, 3} + [1, 2, 3] **Check a format string at compile time**