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

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typo in documentation
  • Loading branch information
jgebal committed Feb 25, 2022
commit b430b437d8f7c98a54e082cc1260b93cec1d9d28
4 changes: 2 additions & 2 deletions docs/userguide/coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ exec ut_runner.coverage_stop();

```sql
--SESSION 1 or SESSION2 2 or SESSION 3
-- run after calls in SESSION 1 & 2 are finshed
-- run after calls in SESSION 1 & 2 are finished
-- retrieve coverage report in HTML format coverage_run_id value
select *
from table(
Expand All @@ -744,7 +744,7 @@ select *

```sql
--SESSION 1 or SESSION2 2 or SESSION 3
-- run after calls in SESSION 1 & 2 are finshed
-- run after calls in SESSION 1 & 2 are finished
declare
l_results_cursor sys_refcursor;
begin
Expand Down