Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit a75dcd6

Browse files
committed
Fix type in XML comment
1 parent 5832458 commit a75dcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Outflow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public override void OnEngineInit()
3737
public static class Session_Patches
3838
{
3939
/// <summary>
40-
/// Transpiler for <see cref="Session.EnqueueForTransmission(SyncMessage, bool)"/> to add StreamMessages to their own queue and skip inserting them the normal queue
40+
/// Transpiler for <see cref="Session.EnqueueForTransmission(SyncMessage, bool)"/> to add StreamMessages to their own queue and skip inserting them into the normal queue
4141
/// </summary>
4242
/// <param name="instructions"></param>
4343
/// <param name="iLGen"></param>

0 commit comments

Comments
 (0)