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 @@ -2203,7 +2203,7 @@ the following rule applies by default:
2203
2203
In the case of our example [ timestamps profile] , it does not define its own
2204
2204
rules, so the above defaults would apply.
2205
2205
2206
- Under the first of these default rules, the unrecognized value we saw
2206
+ Under the second of these default rules, the unrecognized value we saw
2207
2207
above (with the ` createdUnixEpoch ` key) would be processed as though the
2208
2208
` createdUnixEpoch ` key simply weren't present, and the application would still
2209
2209
be able to use the data in the ` created ` key.
@@ -2221,7 +2221,7 @@ profile would need to be ignored:
2221
2221
}
2222
2222
```
2223
2223
2224
- Ignoring the profile in this case is required by the second default rule,
2224
+ Ignoring the profile in this case is required by the third default rule,
2225
2225
because the value for the ` updated ` key is not recognized under the profile's
2226
2226
requirement that the ` updated ` key hold a string of the form produced by
2227
2227
` JSON.stringify ` .
You can’t perform that action at this time.
0 commit comments