Skip to content

Commit ab68be9

Browse files
fixed validation issue (return comment)
1 parent df8cb3e commit ab68be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/MixedRealityToolkit.Tests/EditModeTests/Experimental/BoundsControlTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ public void TestConfiguration()
127127
}
128128

129129
/// <summary>
130-
/// Generates an asset path out of the given configname and test instance id
130+
/// Generates an asset path out of the given config name and test instance id
131131
/// </summary>
132-
/// <param name="configName">name of the config to be saved</param>
133-
/// <param name="testInstanceId">test instance id that makes sure this path is unique</param>
134-
/// <returns></returns>
132+
/// <param name="configName">Name of the config to be saved</param>
133+
/// <param name="testInstanceId">Test instance id that makes sure this path is unique</param>
134+
/// <returns>Asset path</returns>
135135
private string GeneratePath(string configName, int testInstanceId)
136136
{
137137
return "Assets/" + configName + testInstanceId + ".asset";

0 commit comments

Comments
 (0)