Skip to content

Commit d617c05

Browse files
speedstorm1copybara-github
authored andcommitted
docs: fix typos across docstrings
PiperOrigin-RevId: 936186565
1 parent ef7c968 commit d617c05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Google.GenAI/types/BatchJobDestination.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Google.GenAI.Types {
2525
/// <summary>
26-
/// Config for `des` parameter.
26+
/// Config for `dest` parameter.
2727
/// </summary>
2828

2929
public record BatchJobDestination {

Google.GenAI/types/LiveServerSessionResumptionUpdate.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ public bool
5454
/// Presence of this index allows users to transparently reconnect and avoid issue of losing
5555
/// some part of realtime audio input/video. If client wishes to temporarily disconnect (for
5656
/// example as result of receiving GoAway) they can do it without losing state by buffering
57-
/// messages sent since last `SessionResmumptionTokenUpdate`. This field will enable them to
57+
/// messages sent since last `SessionResumptionTokenUpdate`. This field will enable them to
5858
/// limit buffering (avoid keeping all requests in RAM). Note: This should not be used for when
59-
/// resuming a session at some time later -- in those cases partial audio and video frames
60-
/// arelikely not needed.
59+
/// resuming a session at some time later -- in those cases partial audio and video frames are
60+
/// likely not needed.
6161
/// </summary>
6262
[JsonPropertyName("lastConsumedClientMessageIndex")]
6363
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]

0 commit comments

Comments
 (0)