Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b430b43

Browse files
committed
Fixed typo in documentation
1 parent 6f5b2dc commit b430b43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/coverage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ exec ut_runner.coverage_stop();
730730

731731
```sql
732732
--SESSION 1 or SESSION2 2 or SESSION 3
733-
-- run after calls in SESSION 1 & 2 are finshed
733+
-- run after calls in SESSION 1 & 2 are finished
734734
-- retrieve coverage report in HTML format coverage_run_id value
735735
select *
736736
from table(
@@ -744,7 +744,7 @@ select *
744744

745745
```sql
746746
--SESSION 1 or SESSION2 2 or SESSION 3
747-
-- run after calls in SESSION 1 & 2 are finshed
747+
-- run after calls in SESSION 1 & 2 are finished
748748
declare
749749
l_results_cursor sys_refcursor;
750750
begin

0 commit comments

Comments
 (0)