Skip to content

Commit 294ba19

Browse files
frits-vbitfield
andauthored
Update README.md (#118)
* Update README.md typo for AppendFile short description Co-authored-by: John Arundel <john@bitfieldconsulting.com>
1 parent ee03bd6 commit 294ba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Sinks are methods that return some data from a pipe, ending the pipeline and ext
239239

240240
| Sink | Destination | Results |
241241
| ---- | ----------- | ------- |
242-
| [`AppendFile`](https://pkg.go.dev/github.com/bitfield/script#Pipe.AppendFile) | appended to file, creating if it exists | bytes written, error |
242+
| [`AppendFile`](https://pkg.go.dev/github.com/bitfield/script#Pipe.AppendFile) | appended to file, creating if it doesn't exist | bytes written, error |
243243
| [`Bytes`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Bytes) | | data as `[]byte`, error
244244
| [`CountLines`](https://pkg.go.dev/github.com/bitfield/script#Pipe.CountLines) | |number of lines, error |
245245
| [`Read`](https://pkg.go.dev/github.com/bitfield/script#Pipe.Read) | given `[]byte` | bytes read, error |

0 commit comments

Comments
 (0)