Fix typo in documentation

I was very confused by the documentation of `getCurrentTimelineNodeID` until I realized there is a typo.
This commit is contained in:
emengd 2023-02-01 18:14:50 +01:00 committed by GitHub
parent 3704a528b8
commit 55a50966d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -303,7 +303,7 @@ If a TimelineNode iterates multiple times (using the loop function, for example)
* `"0.1"` is the ID of the first top-level TimelineNode during the second iteration
* `"0.2"` is the ID of the first top-level TimelineNode during the third iteration, and so on...
If TimelineNodes are nested in other TimelineNodes, then the hierarchical structure is shown with `"."`:
If TimelineNodes are nested in other TimelineNodes, then the hierarchical structure is shown with `"-"`:
* `"0.0-1.0"` is the ID of the second TimelineNode on the timeline of the first top-level TimelineNode.
* `"0.0-2.0"` is the ID of the third TimelineNode on the timeline of the first top-level TimelineNode, and so on...