From 19213d399f7af64608e8d8ae0c8e9ed9ab87c846 Mon Sep 17 00:00:00 2001 From: Allan Renucci Date: Tue, 17 Oct 2017 14:18:55 +0200 Subject: [PATCH] Remove extraneous parenthesis in Doc --- docs/docs/usage/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/usage/getting-started.md b/docs/docs/usage/getting-started.md index 7174124171ba..7906a5c797f2 100644 --- a/docs/docs/usage/getting-started.md +++ b/docs/docs/usage/getting-started.md @@ -38,7 +38,7 @@ Start using the Dotty IDE in any Dotty project by following the [IDE guide](http://dotty.epfl.ch/docs/usage/ide-support.html). ### Standalone installation -Releases are available for download on the [Releases section](https://github.com/lampepfl/dotty/releases)) +Releases are available for download on the [Releases Section](https://github.com/lampepfl/dotty/releases) of the Dotty repository. Releases include three executables: `dotc` the Dotty compiler, `dotd` the [Dotty Documentation tool](http://dotty.epfl.ch/docs/usage/dottydoc.html) and `dotr` the Dotty REPL.