Skip to content

Commit fa0c755

Browse files
SeanFeldmandanielmarbach
authored andcommittedJan 9, 2025
Fix typos (#7247)
1 parent b58125a commit fa0c755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/NServiceBus.Core/Extensibility/ContextBag.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public T Get<T>()
3030
}
3131

3232
/// <summary>
33-
/// Tries to retrieves the specified type from the context.
33+
/// Tries to retrieve the specified type from the context.
3434
/// </summary>
3535
/// <typeparam name="T">The type to retrieve.</typeparam>
3636
/// <param name="result">The type instance.</param>
@@ -41,7 +41,7 @@ public bool TryGet<T>(out T result)
4141
}
4242

4343
/// <summary>
44-
/// Tries to retrieves the specified type from the context.
44+
/// Tries to retrieve the specified type from the context.
4545
/// </summary>
4646
/// <typeparam name="T">The type to retrieve.</typeparam>
4747
/// <param name="key">The key of the value being looked up.</param>
@@ -184,4 +184,4 @@ Dictionary<string, object> GetOrCreateStash()
184184
private protected ContextBag root;
185185

186186
Dictionary<string, object> stash; // might be null!
187-
}
187+
}

0 commit comments

Comments
 (0)