We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc19c35 commit 1dbadcaCopy full SHA for 1dbadca
test/integrationTests/hoverProvider.integration.test.ts
@@ -41,7 +41,7 @@ namespace Test
41
///<summary>Checks if object is tagged with the tag.</summary>
42
/// <param name="gameObject">The game object.</param>
43
/// <param name="tagName">Name of the tag.</param>
44
- /// <returns>Returns <c> true</c> if object is tagged with tag.</returns>
+ /// <returns>Returns <c>true</c> if object is tagged with tag.</returns>
45
46
public static bool Compare(int gameObject,string tagName)
47
{
@@ -65,7 +65,7 @@ Parameters:
65
\t\tgameObject: The game object.
66
\t\ttagName: Name of the tag.
67
68
-Returns true if object is tagged with tag.`;
+Returns true if object is tagged with tag.`;
69
expect(c[0].contents[0].value).to.equal(answer);
70
});
71
0 commit comments