From be36c3c64d7dc5deb92f533d0affd94b0568850b Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Wed, 28 Aug 2024 20:34:17 +0200 Subject: [PATCH] docs: change since to because --- rhttp/README.md | 2 +- rhttp/lib/src/client/rhttp_client.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rhttp/README.md b/rhttp/README.md index 409f1ca..3f5d5b5 100644 --- a/rhttp/README.md +++ b/rhttp/README.md @@ -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. diff --git a/rhttp/lib/src/client/rhttp_client.dart b/rhttp/lib/src/client/rhttp_client.dart index 09d784a..11ae468 100644 --- a/rhttp/lib/src/client/rhttp_client.dart +++ b/rhttp/lib/src/client/rhttp_client.dart @@ -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) {