Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5b2dc commit b430b43Copy full SHA for b430b43
1 file changed
docs/userguide/coverage.md
@@ -730,7 +730,7 @@ exec ut_runner.coverage_stop();
730
731
```sql
732
--SESSION 1 or SESSION2 2 or SESSION 3
733
--- run after calls in SESSION 1 & 2 are finshed
+-- run after calls in SESSION 1 & 2 are finished
734
-- retrieve coverage report in HTML format coverage_run_id value
735
select *
736
from table(
@@ -744,7 +744,7 @@ select *
744
745
746
747
748
declare
749
l_results_cursor sys_refcursor;
750
begin
0 commit comments