Skip to content

Commit

Permalink
Address ill-formed XML build break.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 9, 2022
1 parent f759ad0 commit fc9a283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AltCover.Engine/Tasks.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ type Prepare =
///</summary>
member ShowGenerated : bool with get, set
///<summary>
/// Corresponds to command line options ` -q` & `--verbose` (expects names of `System.Diagnostics.TraceLevel` values)
/// Corresponds to command line options ` -q` and `--verbose` (expects names of `System.Diagnostics.TraceLevel` values)
///</summary>
member Verbosity : string with get, set
end
Expand Down Expand Up @@ -236,7 +236,7 @@ type Collect =
///</summary>
member SummaryFormat : string with get, set
///<summary>
/// Corresponds to command line options ` -q` & `--verbose` (expects names of `System.Diagnostics.TraceLevel` values)
/// Corresponds to command line options ` -q` and `--verbose` (expects names of `System.Diagnostics.TraceLevel` values)
///</summary>
member Verbosity : string with get, set
end
Expand Down

0 comments on commit fc9a283

Please sign in to comment.