We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e867b commit 843f62dCopy full SHA for 843f62d
lib/batch_profile.dart
@@ -68,7 +68,7 @@ enum BatchSMSSubscriptionState { subscribed, unsubscribed }
68
/// Batch's profile data editor.
69
/// This object is used to transactionally edit profile data. Calls can be chained
70
/// in a builder-like fashion.
71
-/// Once you're done with your changes, call [BatchprofileDataEditor.save] to persist your changes.
+/// Once you're done with your changes, call [BatchProfileDataEditor.save] to persist your changes.
72
abstract class BatchProfileAttributeEditor {
73
/// Set the application language. Overrides Batch's automatically detected value.
74
///
0 commit comments