Skip to content

Commit 43186f2

Browse files
committed
chore: add doc comment
1 parent c9611c0 commit 43186f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Functions/InvokeFunctionOptions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ public bool Equals(FunctionRegion other)
184184
public static explicit operator FunctionRegion(string region) =>
185185
new FunctionRegion(region);
186186

187+
/// <summary>
188+
/// Returns a string representation of the FunctionRegion instance.
189+
/// </summary>
190+
/// <returns>A string that represents the current FunctionRegion instance.</returns>
187191
public override string ToString() => _region;
188192
}
189193
}

0 commit comments

Comments
 (0)