Skip to content

Commit 9b45da5

Browse files
committed
[Doc] Fix a broken deep link
1 parent 18ff079 commit 9b45da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/databinding/@property.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Where `type` is a constructor function.
5858

5959
**This option is usually not required in TypeScript, only in JavaScript/JSX files. A possible exception is using it with a [converter](#configconvert).**
6060

61-
When providing this option the property will check that every assigned value is an instance of the given constructor function, such as `Date`. Primitives (`number`, `string`, `boolean`) are represented by the constructors of their [boxed/wrapped values](https://developer.mozilla.org/en-US/docs/Glossary/Primitive#primitive_wrapper_objects_in_javascript).
61+
When providing this option the property will check that every assigned value is an instance of the given constructor function, such as `Date`. Primitives (`number`, `string`, `boolean`) are represented by the constructors of their [boxed/wrapped values](https://developer.mozilla.org/en-US/docs/Glossary/Primitive).
6262

6363
JavaScript Example:
6464

0 commit comments

Comments
 (0)