Documentation syntax corrections

This commit is contained in:
Tal Aloni 2021-11-19 12:44:14 +02:00
parent 083128889a
commit 027b4652fa
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
/// Adapted from https://referencesource.microsoft.com/#system.web/Security/Cryptography/SP800_108.cs // Adapted from https://referencesource.microsoft.com/#system.web/Security/Cryptography/SP800_108.cs
using System; using System;
using System.Security.Cryptography; using System.Security.Cryptography;
using Utilities; using Utilities;

View file

@ -12,7 +12,7 @@ namespace SMBLibrary.SMB1
{ {
/// <summary> /// <summary>
/// TRANS2_QUERY_FILE_INFORMATION Response /// TRANS2_QUERY_FILE_INFORMATION Response
/// </summary /// </summary>
public class Transaction2QueryFileInformationResponse : Transaction2Subcommand public class Transaction2QueryFileInformationResponse : Transaction2Subcommand
{ {
public const int ParametersLength = 2; public const int ParametersLength = 2;