From 237ecadbc95efe932504b131fc0b711bc78afbde Mon Sep 17 00:00:00 2001 From: Ella Pietraroia Date: Thu, 23 Apr 2020 12:40:54 +0930 Subject: [PATCH] more accurate comment for device/device.go --- device/device.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/device/device.go b/device/device.go index 9bb16280..ec56e394 100644 --- a/device/device.go +++ b/device/device.go @@ -24,9 +24,8 @@ LICENSE in gpl.txt. If not, see http://www.gnu.org/licenses. */ -// Package device provides AVDevice, an interface that describes a configurable -// audio or video device that can be started and stopped from which data may -// be obtained. +// Package device provides an interface and implementations for input devices +// that can be started and stopped from which media data can be obtained. package device import (