Skip to content

Commit

Permalink
General docs updates (paketo-buildpacks#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored May 28, 2020
1 parent d1b4ebd commit d61d5b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions chronos/doc.go
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
8 changes: 4 additions & 4 deletions vacation/vacation.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit d61d5b5

Please sign in to comment.