Skip to content

Commit

Permalink
fix typo: remove extra '}' in API walk-through
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Karami committed Nov 13, 2024
1 parent 936b639 commit 9f8e36c
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 9f8e36c

Please sign in to comment.