Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 8286c04

Browse files
committed
Fix pipeline snippet help text
1 parent 15e2654 commit 8286c04

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<div>
2-
<p>Specify the location of folders containing source code, relative to the project root folder. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders.</p>
3-
<p>Paste the source folder path in the box in a list format.</p>
4-
<p>Example: ["src/folderA", "src/folderB"]</p>
2+
<p>Specify the location of folders containing source code, relative to the project root folder, as a string array. The specified folders and their subfolders are added to the top of the MATLAB search path. To generate a coverage report, MATLAB uses only the source code in the specified folders and their subfolders.</p>
3+
<p><b>Example:</b> ["src/folderA", "src/folderB"]</p>
54
</div>

0 commit comments

Comments
 (0)