Skip to content

Commit

Permalink
v0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
wybiral authored Jun 29, 2018
1 parent 8d8977d commit 65379b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func ExampleNewInput_stdin() {

// Create file input from absolute path.
func ExampleNewInput_fileAbsolute() {
r, err = hookah.NewInput("file:///relative/path")
r, err = hookah.NewInput("file:///absolute/path")
}

// Create file input from relative path.
Expand Down Expand Up @@ -93,7 +93,7 @@ func ExampleNewOutput_stderr() {

// Create file output from absolute path (opens in append mode).
func ExampleNewOutput_fileAbsolute() {
w, err = hookah.NewOutput("file:///relative/path")
w, err = hookah.NewOutput("file:///absolute/path")
}

// Create file output from relative path (opens in append mode).
Expand Down

0 comments on commit 65379b6

Please sign in to comment.