Skip to content

Commit 1dbadca

Browse files
committed
Clean up
1 parent dc19c35 commit 1dbadca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integrationTests/hoverProvider.integration.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace Test
4141
///<summary>Checks if object is tagged with the tag.</summary>
4242
/// <param name="gameObject">The game object.</param>
4343
/// <param name="tagName">Name of the tag.</param>
44-
/// <returns>Returns <c> true</c> if object is tagged with tag.</returns>
44+
/// <returns>Returns <c>true</c> if object is tagged with tag.</returns>
4545
4646
public static bool Compare(int gameObject,string tagName)
4747
{
@@ -65,7 +65,7 @@ Parameters:
6565
\t\tgameObject: The game object.
6666
\t\ttagName: Name of the tag.
6767
68-
Returns true if object is tagged with tag.`;
68+
Returns true if object is tagged with tag.`;
6969
expect(c[0].contents[0].value).to.equal(answer);
7070
});
7171

0 commit comments

Comments
 (0)