Skip to content

Commit

Permalink
Fix typo "subjet" to "subject" (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottf authored Jun 17, 2024
1 parent c7229c9 commit 87c1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NATS.Client.JetStream/Models/StreamInfoRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public record StreamInfoRequest
public string? SubjectsFilter { get; set; }

/// <summary>
/// Paging offset when retrieving pages of subjet details
/// Paging offset when retrieving pages of subject details
/// </summary>
[System.Text.Json.Serialization.JsonPropertyName("offset")]
[System.Text.Json.Serialization.JsonIgnore(Condition = System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
Expand Down

0 comments on commit 87c1ff0

Please sign in to comment.