Skip to content

Commit 89222ff

Browse files
committed
docs: update countries_client_provider documentation comment
- Clarify the purpose of the countriesClientProvider middleware - Improve code readability by adding a blank line between the comment and code
1 parent bb63005 commit 89222ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/providers/countries_client_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import 'package:ht_countries_inmemory/ht_countries_inmemory.dart';
44

55
/// Provides an instance of [HtCountriesClient] to the request context.
66
///
7-
/// This middleware uses the inmemory implementation
7+
/// This middleware uses the inmemory implementation
88
/// [HtCountriesInMemoryClient].
99
Middleware countriesClientProvider() {
1010
// Create the client instance once when the middleware is initialized.

0 commit comments

Comments
 (0)