File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export abstract class DateAdapter<D> {
118
118
abstract today ( ) : D ;
119
119
120
120
/**
121
- * Parses a date from a user-inputted value.
121
+ * Parses a date from a user-provided value.
122
122
* @param value The value to parse.
123
123
* @param parseFormat The expected format of the value being parsed
124
124
* (type is implementation-dependent).
@@ -188,7 +188,7 @@ export abstract class DateAdapter<D> {
188
188
189
189
/**
190
190
* Attempts to deserialize a value to a valid date object. This is different from parsing in that
191
- * deserialize should only accept non-ambiguous, locale-independent values (e.g. a ISO 8601
191
+ * deserialize should only accept non-ambiguous, locale-independent formats (e.g. a ISO 8601
192
192
* string). The default implementation does not allow any deserialization, it simply checks that
193
193
* the given value is already a valid date object or null. The `<mat-datepicker>` will call this
194
194
* method on all of it's `@Input()` properties that accept dates. It is therefore possible to
You can’t perform that action at this time.
0 commit comments