Skip to content

Commit fd3a3e5

Browse files
authored
Merge pull request #2951 from emengd/patch-1
Fix typo in documentation
2 parents 3704a52 + 55a5096 commit fd3a3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/jspsych.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ If a TimelineNode iterates multiple times (using the loop function, for example)
303303
* `"0.1"` is the ID of the first top-level TimelineNode during the second iteration
304304
* `"0.2"` is the ID of the first top-level TimelineNode during the third iteration, and so on...
305305

306-
If TimelineNodes are nested in other TimelineNodes, then the hierarchical structure is shown with `"."`:
306+
If TimelineNodes are nested in other TimelineNodes, then the hierarchical structure is shown with `"-"`:
307307

308308
* `"0.0-1.0"` is the ID of the second TimelineNode on the timeline of the first top-level TimelineNode.
309309
* `"0.0-2.0"` is the ID of the third TimelineNode on the timeline of the first top-level TimelineNode, and so on...

0 commit comments

Comments
 (0)