Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Sep 6, 2024
1 parent 2168c32 commit 5055f2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/intl4x/lib/src/case_mapping/case_mapping.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
import '../test_checker.dart';
import 'case_mapping_impl.dart';

/// A locale-sensitive case mapper for transforming strings.
///
/// This class provides methods to convert strings to lowercase or uppercase
/// based on the current locale. During testing, the input is returned
/// unchanged.
class CaseMapping {
final CaseMappingImpl _caseMappingImpl;

Expand Down

0 comments on commit 5055f2b

Please sign in to comment.