From e4f00825a4ece2517783c91a501a0a5c7b74682b Mon Sep 17 00:00:00 2001 From: Richard Green Date: Sun, 20 Nov 2016 12:12:20 +0000 Subject: [PATCH] From document review --- docs/source/further-notes-on-kotlin.rst | 2 +- docs/source/getting-set-up-fault-finding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/further-notes-on-kotlin.rst b/docs/source/further-notes-on-kotlin.rst index 960857559a..94d691390e 100644 --- a/docs/source/further-notes-on-kotlin.rst +++ b/docs/source/further-notes-on-kotlin.rst @@ -6,7 +6,7 @@ Corda is written in a language called `Kotlin `_. Kotli and can be thought of as a simpler Scala, with much better Java interop. It is developed by and has commercial support from JetBrains, the makers of the IntelliJ IDE and other popular developer tools. -Kotlin is a relatively new language and is extremely easy to learn. It is designed as as better Java for industrial +Kotlin is a relatively new language and is extremely easy to learn. It is designed as a better Java for industrial use and, as such, the syntax was carefully designed to be readable even to people who don't know the language, after only a few minutes of introduction. Additionally, at R3, we find that all of our developers are up to productive writing speed in Kotlin within their first week. diff --git a/docs/source/getting-set-up-fault-finding.rst b/docs/source/getting-set-up-fault-finding.rst index 316c477e4e..282d6e6cb5 100644 --- a/docs/source/getting-set-up-fault-finding.rst +++ b/docs/source/getting-set-up-fault-finding.rst @@ -48,7 +48,7 @@ opened by clicking on "Event Log" at the bottom right of the IntelliJ window. Ei :width: 410 px :alt: IntelliJ Gradle Prompt -Wait for it to think and download the dependencies. After that you might have another popup titled "Unindexed remote maven repositories found." This is general IntelliJ question and doesn't affect Corda, therefore you can decided to index them or not. Next click on the "green arrow" next to "All tests" pop-up on the top toolbar. +Wait for it to think and download the dependencies. After that you might have another popup titled "Unindexed remote maven repositories found." This is a general IntelliJ question and doesn't affect Corda, therefore you can decided to index them or not. Next click on the "green arrow" next to "All tests" pop-up on the top toolbar. The code should build, the unit tests should show as all green.