Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1825 from khellang/v2
Browse files Browse the repository at this point in the history
Latest changes from master
  • Loading branch information
horsdal committed Feb 22, 2015
2 parents 7c64e98 + 87a74ec commit f9a48a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nancy/Response.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public string ContentType
/// <summary>
/// Gets the collection of HTTP response headers that should be sent back to the client.
/// </summary>
/// <value>An <see cref="IDictionary{TKey,TValue}"/> instance, contaning the key/value pair of headers.</value>
/// <value>An <see cref="IDictionary{TKey,TValue}"/> instance, containing the key/value pair of headers.</value>
public IDictionary<string, string> Headers { get; set; }

/// <summary>
Expand Down Expand Up @@ -209,7 +209,7 @@ protected static Action<Stream> GetStringContents(string contents)
/// <summary>
/// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
/// </summary>
/// <remarks>This method can be overriden in sub-classes to dispose of response specific resources.</remarks>
/// <remarks>This method can be overridden in sub-classes to dispose of response specific resources.</remarks>
public virtual void Dispose()
{
}
Expand Down

0 comments on commit f9a48a5

Please sign in to comment.