Skip to content

Commit 2336431

Browse files
authored
Update README.md
another typo in readme but also suggesting inconsistent naming conventions based on my previous PR should fix in README but also agree on naming convention
1 parent 7b4a864 commit 2336431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,9 @@ public class SceneManipulator : MonoBehaviour
175175
public void RecordResultsAndEnd(int score)
176176
{
177177
// store their score
178-
session.currentTrial.results["score"] = score;
178+
session.CurrentTrial.result["score"] = score;
179179
// end this trial
180-
session.currentTrial.End();
180+
session.CurrentTrial.End();
181181
}
182182

183183
}

0 commit comments

Comments
 (0)