Skip to content

Commit 9647027

Browse files
committed
Fix a typo
1 parent bb563da commit 9647027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.SearchSpace/Parameter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public enum ParameterType
5050
}
5151

5252
/// <summary>
53-
/// <see cref="Parameter"/> is used to save sweeping result from tuner and is used to restore mlnet pipeline from sweepable pipline.
53+
/// <see cref="Parameter"/> is used to save sweeping result from tuner and is used to restore mlnet pipeline from sweepable pipeline.
5454
/// </summary>
5555
[JsonConverter(typeof(ParameterConverter))]
5656
public sealed class Parameter : IDictionary<string, Parameter>, IEquatable<Parameter>, IEqualityComparer<Parameter>

0 commit comments

Comments
 (0)