adcom1: fix godoc comment

This commit is contained in:
mxmCherry
2022-05-16 19:58:27 +03:00
committed by GitHub
parent 77b6c0a773
commit 649ff719e4
+2 -2
View File
@@ -1,9 +1,9 @@
package adcom1
// PodSequence identifies the slot position in pod field, for use in audio and video ad pods.
// SlotPositionInPod identifies the slot position in pod field, for use in audio and video ad pods.
type SlotPositionInPod int8
// PodSequence options.
// SlotPositionInPod options.
const (
SlotPosLast SlotPositionInPod = -1 // Last ad in the pod.
SlotPosAny SlotPositionInPod = 0 // Any ad in the pod.