From 82b03f368fac2f73ad557f7df30f261ff990f6ca Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:34:48 +0100 Subject: [PATCH] update docs --- pkg/aac/aac.go | 2 +- pkg/base/request.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/aac/aac.go b/pkg/aac/aac.go index 2cd41580..fadf66b3 100644 --- a/pkg/aac/aac.go +++ b/pkg/aac/aac.go @@ -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 diff --git a/pkg/base/request.go b/pkg/base/request.go index 769ed769..a261eee0 100644 --- a/pkg/base/request.go +++ b/pkg/base/request.go @@ -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 (