Merge pull request #1461 from Ryozuki/pr_fix_comment_typo

Fix comment typo
This commit is contained in:
Lucas Nicodemus 2017-06-23 00:19:23 -06:00 committed by GitHub
commit c0f0338006

View file

@ -61,7 +61,7 @@ namespace TShockAPI.DB
/// <param name="x">The X position.</param>
/// <param name="y">The Y position.</param>
/// <param name="name">The name.</param>
/// <returns>Whether the opration succeeded.</returns>
/// <returns>Whether the operation succeeded.</returns>
public bool Add(int x, int y, string name)
{
try