Fixes a typo in IInterface documentation

This commit is contained in:
Jordan Brown
2017-11-06 13:00:58 -05:00
committed by GitHub
parent 23c8759293
commit cc49bbcc47
+1 -1
View File
@@ -12,7 +12,7 @@ using TGServiceInterface.Components;
namespace TGServiceInterface
{
/// <summary>
/// Main inteface for communicating the <see cref="ITGSService"/>
/// Main <see langword="interface"/> for communicating the <see cref="ITGSService"/>
/// </summary>
public interface IInterface : IDisposable
{