Skip to content

Commit

Permalink
doc: fix xmldoc for listen-trace default value
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsnmrk committed Feb 5, 2025
1 parent 0721440 commit d7f067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chickensoft.GoDotTest/src/TestEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ string[] CommandLineArgs
/// coverage.
/// </summary>
public const string COVERAGE_FLAG = "--coverage";
/// <summary>Default value for suppress trace.</summary>
/// <summary>Default value for listen-trace.</summary>
public const bool DEFAULT_LISTEN_TRACE = false;
/// <summary>Default value for quit on finish.</summary>
public const bool DEFAULT_QUIT_ON_FINISH = false;
Expand Down

0 comments on commit d7f067a

Please sign in to comment.