Skip to content

Commit bebb469

Browse files
committed
Fix XML comments
1 parent dc68127 commit bebb469

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/HttpMultipartParser/StreamingMultipartFormDataParser.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
246246
public Encoding Encoding { get; private set; }
247247

248248
/// <summary>
249-
/// Gets or sets the FileHandler. Delegates attached to this property will recieve sequential file stream data from this parser.
249+
/// Gets or sets the FileHandler. Delegates attached to this property will receive sequential file stream data from this parser.
250250
/// </summary>
251251
public FileStreamDelegate FileHandler { get; set; }
252252

253253
/// <summary>
254-
/// Gets or sets the ParameterHandler. Delegates attached to this property will recieve parameter data.
254+
/// Gets or sets the ParameterHandler. Delegates attached to this property will receive parameter data.
255255
/// </summary>
256256
public ParameterDelegate ParameterHandler { get; set; }
257257

@@ -262,7 +262,7 @@ public async Task RunAsync(CancellationToken cancellationToken = default)
262262

263263
#endregion
264264

265-
#region Methods
265+
#region Private Methods
266266

267267
/// <summary>
268268
/// Detects the boundary from the input stream. Assumes that the

0 commit comments

Comments
 (0)