From d61d5b56093deb5c177bc01a0a5aef1cafdab50b Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Thu, 28 May 2020 16:14:14 -0400 Subject: [PATCH] General docs updates (#31) --- chronos/doc.go | 4 ++-- vacation/vacation.go | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chronos/doc.go b/chronos/doc.go index b945262c..76557e6b 100644 --- a/chronos/doc.go +++ b/chronos/doc.go @@ -1,5 +1,5 @@ -// Package fs provides a set of filesystem helpers that can be useful when -// developing Cloud Native Buildpacks. +// Package chronos provides clock functionality that can be useful when +// developing and testing Cloud Native Buildpacks. // // Below is an example showing how you might use a Clock to measure the // duration of an operation: diff --git a/vacation/vacation.go b/vacation/vacation.go index a185575a..b182a037 100644 --- a/vacation/vacation.go +++ b/vacation/vacation.go @@ -1,7 +1,7 @@ -// The vacation package implments input stream decompression logic from several -// popular decompression formats. This allows from decompression from either a -// file or any other byte stream, which is useful for decompressing files that -// are being downloaded. +// Package vacation provides a set of functions that enable input stream decompression +// logic from several popular decompression formats. This allows from decompression +// from either a file or any other byte stream, which is useful for decompressing files +// that are being downloaded. package vacation import (