Skip to content

Commit c84c06f

Browse files
committed
use record
1 parent 77606ef commit c84c06f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB.Driver/GeoNearOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace MongoDB.Driver
1818
/// <summary>
1919
/// Represents options for the $geoNear stage.
2020
/// </summary>
21-
public class GeoNearOptions<TDocument>
21+
public record GeoNearOptions<TDocument>
2222
{
2323
/// <summary>
2424
/// Gets or sets the output field that contains the calculated distance. Required if querying a time-series collection.

0 commit comments

Comments
 (0)