Skip to content

Commit 8442aac

Browse files
committed
docs(xml): Fixed malformed XML comment
1 parent e0b1d27 commit 8442aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/Data/RpcResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ internal override object Result
2525
public abstract class RpcResponseBase
2626
{
2727
/// <summary>
28-
/// Unique ID for the Rpc Request & Response pair
28+
/// Unique ID for the Rpc Request and Response pair
2929
/// </summary>
3030
public ulong Id { get; internal set; }
3131
/// <summary>

0 commit comments

Comments
 (0)