fix comment typo
This commit is contained in:
parent
db480a16f0
commit
587d1b7390
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace TShockAPI.DB
|
||||||
/// <param name="x">The X position.</param>
|
/// <param name="x">The X position.</param>
|
||||||
/// <param name="y">The Y position.</param>
|
/// <param name="y">The Y position.</param>
|
||||||
/// <param name="name">The name.</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)
|
public bool Add(int x, int y, string name)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue