Skip to content

Commit

Permalink
Fix comment in XmlStreamConfigurationProvider (dotnet#38084)
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi authored Jun 18, 2020
1 parent 510b6f5 commit 5ecab92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ public class XmlStreamConfigurationProvider : StreamConfigurationProvider
public XmlStreamConfigurationProvider(XmlStreamConfigurationSource source) : base(source) { }

/// <summary>
/// Read a stream of INI values into a key/value dictionary.
/// Read a stream of XML values into a key/value dictionary.
/// </summary>
/// <param name="stream">The stream of INI data.</param>
/// <param name="stream">The stream of XML data.</param>
/// <param name="decryptor">The <see cref="XmlDocumentDecryptor"/> to use to decrypt.</param>
/// <returns>The <see cref="IDictionary{String, String}"/> which was read from the stream.</returns>
public static IDictionary<string, string> Read(Stream stream, XmlDocumentDecryptor decryptor)
Expand Down

0 comments on commit 5ecab92

Please sign in to comment.