diff --git a/docs/quick-start.md b/docs/quick-start.md index cb9a37819956..0836c602feaf 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 %}