File tree 1 file changed +3
-3
lines changed
src/NServiceBus.Core/Extensibility
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public T Get<T>()
30
30
}
31
31
32
32
/// <summary>
33
- /// Tries to retrieves the specified type from the context.
33
+ /// Tries to retrieve the specified type from the context.
34
34
/// </summary>
35
35
/// <typeparam name="T">The type to retrieve.</typeparam>
36
36
/// <param name="result">The type instance.</param>
@@ -41,7 +41,7 @@ public bool TryGet<T>(out T result)
41
41
}
42
42
43
43
/// <summary>
44
- /// Tries to retrieves the specified type from the context.
44
+ /// Tries to retrieve the specified type from the context.
45
45
/// </summary>
46
46
/// <typeparam name="T">The type to retrieve.</typeparam>
47
47
/// <param name="key">The key of the value being looked up.</param>
@@ -184,4 +184,4 @@ Dictionary<string, object> GetOrCreateStash()
184
184
private protected ContextBag root ;
185
185
186
186
Dictionary < string , object > stash ; // might be null!
187
- }
187
+ }
You can’t perform that action at this time.
0 commit comments