Skip to content

Commit

Permalink
[Closes #44] Fix spelling error in ImmutableStack
Browse files Browse the repository at this point in the history
- Fix spelling error in `System.Collections.Immutable.ImmutableStack`1` on Line 40
  • Loading branch information
kamranayub committed Nov 12, 2014
1 parent 0814aa2 commit e1ef808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public sealed class ImmutableStack<T> : IImmutableStack<T>
private readonly T head;

/// <summary>
/// A stack that constaints the rest of the elements (under the top element).
/// A stack that contains the rest of the elements (under the top element).
/// </summary>
private readonly ImmutableStack<T> tail;

Expand Down

0 comments on commit e1ef808

Please sign in to comment.