Skip to content

Commit

Permalink
adds comment slashes to fix docs (paketo-buildpacks#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt authored May 28, 2020
1 parent 7632cd4 commit d1b4ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronos/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// duration, err := chronos.DefaultClock.Measure(func() error {
// // Perform some operation, like sleep for 10 seconds
// time.Sleep(10 * time.Second)

//
// return nil
// })
// if err != nil {
Expand Down

0 comments on commit d1b4ebd

Please sign in to comment.