Skip to content

Commit

Permalink
Correct XML docs for IReadOnlyStoreObjectDictionary.Find. (#28462)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers authored Jul 16, 2022
1 parent 5abbef9 commit 678c0a7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ public interface IReadOnlyStoreObjectDictionary<out T>
/// </summary>
/// <param name="storeObject">The key of the value to get.</param>
/// <returns>
/// <see langword="true"/> if the collection contains an element with the specified key;
/// otherwise, <see langword="false"/>.
/// The value associated with the specified key, or <see langword="null"/> if not found.
/// </returns>
T? Find(in StoreObjectIdentifier storeObject);

Expand Down

0 comments on commit 678c0a7

Please sign in to comment.