update docs

This commit is contained in:
aler9
2022-02-18 10:34:48 +01:00
parent a7ce5b7a53
commit 82b03f368f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
// Package aac contains utilities to work with the MPEG-AAC codec.
// Package aac contains utilities to work with the AAC codec.
package aac

View File

@@ -1,4 +1,4 @@
// Package base contains the base elements of the RTSP protocol.
// Package base contains the primitives of the RTSP protocol.
package base
import (