From a1fc5080266478d017e5900b257390bf5ced1456 Mon Sep 17 00:00:00 2001 From: Sebastian Harko Date: Fri, 15 Sep 2017 11:40:52 +0200 Subject: [PATCH] fix typo (#23630) --- akka-docs/src/main/paradox/scala/general/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/scala/general/configuration.md b/akka-docs/src/main/paradox/scala/general/configuration.md index ad85e67297..4a737fb6dd 100644 --- a/akka-docs/src/main/paradox/scala/general/configuration.md +++ b/akka-docs/src/main/paradox/scala/general/configuration.md @@ -192,8 +192,9 @@ useful when you are uncertain of what configuration is used. If in doubt, you can also easily and nicely inspect configuration objects before or after using them to construct an actor system: +@@@vars ``` -Welcome to Scala version @scalaVersion@ (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0). +Welcome to Scala $scala.binary_version$ (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0). Type in expressions to have them evaluated. Type :help for more information. @@ -213,6 +214,7 @@ res1: java.lang.String = } } ``` +@@@ The comments preceding every item give detailed information about the origin of the setting (file & line number) plus possible comments which were present,