We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>
1 parent a6033e1 commit 512f220Copy full SHA for 512f220
1 file changed
README.md
@@ -289,8 +289,7 @@ Thrown in case an invalid or unsupported value type for an object property.
289
| --- | --- | --- |
290
| objName | <code>string</code> | The name of the object in question. |
291
| propName | <code>string</code> | The property name assigned value of invalid type. |
292
-| expected | <code>Array
293
-string></code> \| <code>string</code> | The property type(s) expected. |
+| expected | <code>Array<string></code> \| <code>string</code> | The property type(s) expected. |
294
| value | <code>unknown</code> | The actual property value of invalid type assigned. |
295
296
<a name="InvalidReturnPropertyValueError"></a>
0 commit comments