Skip to content

Commit

Permalink
Added the missing 'sure' word in new scaladoc text in StepwiseNestedS…
Browse files Browse the repository at this point in the history
…uiteExecution.scala.
  • Loading branch information
cheeseng committed Dec 6, 2022
1 parent 89610ea commit 9b42d40
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ import collection.mutable.ListBuffer
* Trait that causes the nested suites of any suite it is mixed into to be run sequentially even if
* a <a href="Distributor.html"><code>Distributor</code></a> is passed to <code>runNestedSuites</code>. This trait overrides the
* <code>runNestedSuites</code> method and fowards every parameter passed to it to a superclass invocation
* of <code>runNestedSuites</code>, and make the nested suites are run and completed one after one in order.
* of <code>runNestedSuites</code>, and make sure the nested suites are run and completed one after one in order.
* Mix in this trait into any suite whose nested suites need to be run sequentially even with the rest of the
* run is being executed concurrently.
*/
Expand Down

0 comments on commit 9b42d40

Please sign in to comment.