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

Skip to content

Commit 81c5908

Browse files
committed
Fixed typo in coverage documentation.
1 parent c85f823 commit 81c5908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/coverage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ By default, utPLSQL will convert file paths into database objects using the foll
237237

238238

239239
**Note**
240-
> utPLSQL will replace any '\' with '/' for the purpose of mapping files to objects. The paths shown in the results will remain (contain '\' where it was present).
240+
> utPLSQL will replace any '\\' with '/' for the purpose of mapping files to objects. The paths shown in the results will remain (contain '\' where it was present).
241241
> This is done to simplify the syntax of regular expressions. Regular expression will always use '/' as a directory separator on a file path regardless of whether you're on a Windows or Unix system.
242242
243243
**Note**

0 commit comments

Comments
 (0)