Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
#24112 Replaced documentation summary of TryPop with text similar to …
Browse files Browse the repository at this point in the history
…TryDequeue. (#24113)
  • Loading branch information
koenigst authored and danmoseley committed Sep 18, 2017
1 parent 99bffa9 commit b17c1d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public static bool TryRemove<TKey, TValue>(ref ImmutableDictionary<TKey, TValue>
#region ImmutableStack<T> members

/// <summary>
/// Pushes a new element onto a stack.
/// Pops the top element off a stack and returns it to the caller, if the stack is not empty.
/// </summary>
/// <typeparam name="T">The type of elements stored in the stack.</typeparam>
/// <param name="location">The variable or field to atomically update.</param>
Expand Down

0 comments on commit b17c1d2

Please sign in to comment.