diff --git a/docs/quick-start.md b/docs/quick-start.md index cb9a3781995625667256e3c8bd3accb50824d48b..0836c602feafa09c9ec5f598650ef62918b9fe1e 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -330,7 +330,7 @@ public class SimpleApp { System.out.println("Lines with a: " + numAs + ", lines with b: " + numBs); - sc.stop() + sc.stop(); } } {% endhighlight %}