Skip to content

Commit

Permalink
docs: change since to because
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Aug 28, 2024
1 parent 2d231c3 commit be36c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rhttp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ void main() async {
}
```

Since this client is compatible with [http](https://pub.dev/packages/http),
Because this client is compatible with [http](https://pub.dev/packages/http),
you can use [dio_compatibility_layer](https://pub.dev/packages/dio_compatibility_layer)
to use rhttp with the [dio](https://pub.dev/packages/dio) package.

Expand Down
2 changes: 1 addition & 1 deletion rhttp/lib/src/client/rhttp_client.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class RhttpClient {
/// After calling this method, the client should not be used anymore.
///
/// Note:
/// This might improve performance but it is not necessary since the client
/// This might improve performance but it is not necessary because the client
/// is automatically disposed when the Dart object is garbage collected.
void dispose({bool cancelRunningRequests = false}) async {
if (cancelRunningRequests) {
Expand Down

0 comments on commit be36c3c

Please sign in to comment.