Skip to content

Commit 45489d0

Browse files
committed
Update wording
1 parent 8c9df9f commit 45489d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.Data/Dirty/PredictorBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public abstract class PredictorBase<TOutput> : IPredictorProducing<TOutput>
1919
{
2020
public const string NormalizerWarningFormat =
2121
"Ignoring integrated normalizer while loading a predictor of type {0}.{1}" +
22-
" Please refer https://aka.ms/MLNetIssue for assistance with converting legacy models.";
22+
" Please refer to https://aka.ms/MLNetIssue for assistance with converting legacy models.";
2323

2424
protected readonly IHost Host;
2525

0 commit comments

Comments
 (0)