Update README.rst

This commit is contained in:
YuTArrUsO 2022-02-24 10:16:18 +08:00 committed by GitHub
parent abea08e430
commit 3b6e8fe571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ Output::
Default format: 42s 100ms
strftime-like format: 03:15:30
**Print a container** (`run <https://godbolt.org/z/MjsY7c>`_)
**Print a container** (`run <https://godbolt.org/z/MxM1YqjE7>`_)
.. code:: c++
@ -137,7 +137,7 @@ Output::
Output::
{1, 2, 3}
[1, 2, 3]
**Check a format string at compile time**