Skip to content

Commit 563f49f

Browse files
committed
Fix sectioning level
1 parent 6907aa0 commit 563f49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ runtests(MyPackage, args)
137137

138138
Custom flags are stored in the `custom` field of the `ParsedArgs` object, with values of `nothing` (not set) or `Some(value)` (set, with optional value).
139139

140-
### Interactive use
140+
## Interactive use
141141

142142
Arguments can also be passed via the standard `Pkg.test` interface for interactive control. For example, here is how we could run the subset of tests that start with the testset name "MyTestsetA" in i) verbose mode, and ii) with default threading enabled:
143143

0 commit comments

Comments
 (0)