Fixed spelling

This commit is contained in:
Thorsten Sommer 2025-02-19 11:34:22 +01:00
parent 9c446c54ec
commit 68703270ff
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -10,7 +10,7 @@ namespace AIStudio.Tools;
public interface IConfidence
{
/// <summary>
/// How confident the AI in this task or decision?
/// How confident is the AI in this task or decision?
/// </summary>
public float Confidence { get; init; }
}