fixing doc comment

This commit is contained in:
James Frowen 2020-07-03 22:53:30 +01:00 committed by GitHub
parent 57bc80c9cd
commit 999c8b1c32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -292,7 +292,7 @@ static void SendToObservers<T>(NetworkIdentity identity, T msg, int channelId =
}
/// <summary>
/// Send a message to all connected clients, both ready and not-ready.</para>
/// Send a message to all connected clients, both ready and not-ready.
/// <para>See <see cref="NetworkConnection.isReady">NetworkConnection.isReady</see></para>
/// </summary>
/// <typeparam name="T">Message type</typeparam>