Skip to content

Commit 3870977

Browse files
authored
Update README.md
1 parent 22b381a commit 3870977

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
@@ -1,5 +1,5 @@
11
# pipe-rs
22

33
```Rust
4-
pipe(W: AsyncWrite, R: AsyncRead>() -> (W, R)
4+
pipe<W: AsyncWrite, R: AsyncRead>() -> (W, R)
55
```

0 commit comments

Comments
 (0)