We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8158b45 commit 72d7032Copy full SHA for 72d7032
CONTRIBUTING.md
@@ -234,7 +234,7 @@ The following table shows examples of the gentest options.
234
235
- assert_line_num(expected)
236
237
-Passes if `expected` is equal to the location where debugger is stopped.
+Passes if `expected` is equal to the location where debugger stops.
238
239
- assert_line_text(text)
240
@@ -246,7 +246,7 @@ Passes if `text` is not included in the last debugger log.
246
247
- assert_finish
248
249
-Passes if debugger is finished collectly.
+Passes if debugger finishes correctly.
250
251
## To Update README
252
0 commit comments