summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@gmail.com>2016-06-07 02:49:56 +0100
committerDominik Picheta <dominikpicheta@gmail.com>2016-06-07 02:49:56 +0100
commita66dea4c754cae0ce8617c569d1b82448eb6dc5d (patch)
treee6ea4f7e35ed1568b5c907038b51980d822e6a9e /web
parent4812d413763ee6438f8dc4b3ca44d067a7c531ac (diff)
downloadNim-a66dea4c754cae0ce8617c569d1b82448eb6dc5d.tar.gz
Fix some formatting in latest news article.
Diffstat (limited to 'web')
-rw-r--r--web/news/2016_06_07_version_0_14_0_released.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/news/2016_06_07_version_0_14_0_released.rst b/web/news/2016_06_07_version_0_14_0_released.rst
index a82f3ed61..32bf4d137 100644
--- a/web/news/2016_06_07_version_0_14_0_released.rst
+++ b/web/news/2016_06_07_version_0_14_0_released.rst
@@ -28,10 +28,10 @@ are now included in the release tarballs. This should fix many of the problems
 that users experienced trying to compile the Nimble package manager.
 
 Finally, you will find multiple changes in the standard library. Some of which
-unfortunately affects backwards compatibility. This includes the `random`
-procedures being moved to a new `random` module, HTTP headers being stored
-in a new `HttpHeaders` object and the `round` procedure in the `math` module
-being changed to return a `float` instead of an `int`. You can find a full
+unfortunately affects backwards compatibility. This includes the ``random``
+procedures being moved to a new ``random`` module, HTTP headers being stored
+in a new ``HttpHeaders`` object and the ``round`` procedure in the ``math`` module
+being changed to return a ``float`` instead of an ``int``. You can find a full
 list of such changes below.
 
 Together with the new release of Nim, we are also releasing a new version of