Skip to content

Commit 512f220

Browse files
doc(readme): replace missing > entity
Signed-off-by: Derek Lewis <[email protected]>
1 parent a6033e1 commit 512f220

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,7 @@ Thrown in case an invalid or unsupported value type for an object property.
289289
| --- | --- | --- |
290290
| objName | <code>string</code> | The name of the object in question. |
291291
| propName | <code>string</code> | The property name assigned value of invalid type. |
292-
| expected | <code>Array
293-
string&gt;</code> \| <code>string</code> | The property type(s) expected. |
292+
| expected | <code>Array&lt;string&gt;</code> \| <code>string</code> | The property type(s) expected. |
294293
| value | <code>unknown</code> | The actual property value of invalid type assigned. |
295294

296295
<a name="InvalidReturnPropertyValueError"></a>

0 commit comments

Comments
 (0)