Skip to content

Commit

Permalink
fix typo: remove extra '}' in API walk-through (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Karami <0.ali.karami.0@gmail.com>
  • Loading branch information
1alii and Ali Karami authored Nov 13, 2024
1 parent 936b639 commit 3191bc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ types, `input-stream`, and `output-stream`, which support `read` and
}
Ok(())
}
}
```

#### Use case: copying from input to output using `splice`
Expand All @@ -113,7 +112,6 @@ types, `input-stream`, and `output-stream`, which support `read` and
}
Ok(())
}
}
```

#### Use case: copying from input to output using `forward`
Expand All @@ -123,7 +121,6 @@ types, `input-stream`, and `output-stream`, which support `read` and
output.forward(input)?;
Ok(())
}
}
```

### Detailed design discussion
Expand Down

0 comments on commit 3191bc6

Please sign in to comment.