Commit 1ada1a4e by 施晓雨

更新 Greeter.cs

parent 91494cb3
Pipeline #4 canceled with stages
...@@ -39,7 +39,7 @@ namespace MyProject ...@@ -39,7 +39,7 @@ namespace MyProject
#region Methods #region Methods
/// <summary> /// <summary>
/// Greets a person with the given name. /// Greets a person with the given name.
/// </summary> /// </summary>
/// <param name="name">A <see cref="string"/> containing the name of the person to greet.</param> /// <param name="name">A <see cref="string"/> containing the name of the person to greet.</param>
/// <returns>A <see cref="string"/> containing the greeting.</returns> /// <returns>A <see cref="string"/> containing the greeting.</returns>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment