Skip to content

Commit

Permalink
.Net: Fix spelling of 'Euclidean' (#6087)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilchie committed May 1, 2024
1 parent 3a4cbdb commit e51c34d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ public enum AzureCosmosDBSimilarityType
InnerProduct,

/// <summary>
/// Eucledian similarity
/// Euclidean similarity
/// </summary>
[JsonPropertyName("L2")]
Eucledian
Euclidean
}

0 comments on commit e51c34d

Please sign in to comment.