File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5598,7 +5598,7 @@ <h3>Algorithm</h3>
5598
5598
5599
5599
< p > It is important to highlight that implementations do not modify the input parameters.
5600
5600
If an error is detected, the {{Promise}} is
5601
- rejected with a < a > JsonLdError</ a > with an appropriate {{JsonLdError/code}}
5601
+ rejected with a < a > JsonLdError</ a > having an appropriate {{JsonLdError/code}}
5602
5602
and processing is stopped.</ p >
5603
5603
5604
5604
< p > If the < a data-link-for ="JsonLdOptions "> documentLoader</ a >
@@ -6189,7 +6189,7 @@ <h3>LoadDocumentCallback</h3>
6189
6189
< p > The < dfn > LoadDocumentCallback</ dfn > defines a callback that custom document loaders
6190
6190
have to implement to be used to retrieve remote documents and contexts.
6191
6191
The callback returns a {{Promise}} resolving to a < a > RemoteDocument</ a > .
6192
- On failure, the {{Promise}} is rejected with an appropriate error < a data-link-for ="JsonLdError "> code</ a > .</ p >
6192
+ On failure, the {{Promise}} with a a < a > JsonLdError </ a > having an appropriate error < a data-link-for ="JsonLdError "> code</ a > .</ p >
6193
6193
6194
6194
< pre class ="idl ">
6195
6195
callback LoadDocumentCallback = Promise<RemoteDocument> (
You can’t perform that action at this time.
0 commit comments