File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Assets/MixedRealityToolkit.Tests/EditModeTests/Experimental Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments