Skip to content

Commit 65379b6

Browse files
authored
v0 (#13)
1 parent 8d8977d commit 65379b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ func ExampleNewInput_stdin() {
1919

2020
// Create file input from absolute path.
2121
func ExampleNewInput_fileAbsolute() {
22-
r, err = hookah.NewInput("file:///relative/path")
22+
r, err = hookah.NewInput("file:///absolute/path")
2323
}
2424

2525
// Create file input from relative path.
@@ -93,7 +93,7 @@ func ExampleNewOutput_stderr() {
9393

9494
// Create file output from absolute path (opens in append mode).
9595
func ExampleNewOutput_fileAbsolute() {
96-
w, err = hookah.NewOutput("file:///relative/path")
96+
w, err = hookah.NewOutput("file:///absolute/path")
9797
}
9898

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

0 commit comments

Comments
 (0)