Skip to content

Commit 843f62d

Browse files
lib: typo
Co-authored-by: Thomas Mengelatte <[email protected]>
1 parent e8e867b commit 843f62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/batch_profile.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ enum BatchSMSSubscriptionState { subscribed, unsubscribed }
6868
/// Batch's profile data editor.
6969
/// This object is used to transactionally edit profile data. Calls can be chained
7070
/// in a builder-like fashion.
71-
/// Once you're done with your changes, call [BatchprofileDataEditor.save] to persist your changes.
71+
/// Once you're done with your changes, call [BatchProfileDataEditor.save] to persist your changes.
7272
abstract class BatchProfileAttributeEditor {
7373
/// Set the application language. Overrides Batch's automatically detected value.
7474
///

0 commit comments

Comments
 (0)