Skip to content

Commit 54297bb

Browse files
committed
Doc edit2
type is Time - no "seconds" needed
1 parent d9ccb44 commit 54297bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sequence/sequence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ Inserts a clip into the sequence, on the specified video and audio tracks, at th
883883
| Parameter | Type | Description |
884884
| ------------- | -------------------------------------------- | --------------------------------------------------------- |
885885
| `projectItem` | [ProjectItem object](../item/projectitem.md) | A project item from which to get media. |
886-
| `time` | Time | The time at which to add project item, in seconds. |
886+
| `time` | Time | The time at which to add project item. |
887887
| `vTrackIndex` | Integer | The (zero-based) track index, into which to insert video. |
888888
| `aTrackIndex` | Integer | The (zero-based) track index, into which to insert audio. |
889889

0 commit comments

Comments
 (0)