device/device.go package level comment wording

This commit is contained in:
Ella Pietraroia 2020-04-23 14:51:12 +09:30
parent 36dfb05326
commit b9c413fdd2
1 changed files with 1 additions and 1 deletions
device

View File

@ -25,7 +25,7 @@ LICENSE
*/
// Package device describes a configurable audio or video device from which
// media data can be obtained. AVDevice is an io.Reader.
// media data can be obtained, it is an io.Reader.
package device
import (