Skip to content

Commit e4f1e61

Browse files
authored
Add link to JS manual data types page to UnsupportedType API Docs (#1336)
1 parent 0b9cba1 commit e4f1e61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/unsupported-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class UnsupportedType {
4242
this.name = name
4343
/**
4444
* The minimum required Bolt protocol version that supports this type.
45-
* To understand which driver version this corresponds to, refer to the driver's release notes or documentation.
45+
* To understand which driver version this corresponds to, refer to the Neo4j JavaScript Manual Datatypes page at {@link https://neo4j.com/docs/javascript-manual/current/data-types/}.
4646
*
4747
* @type {string}
4848
*/

packages/neo4j-driver-deno/lib/core/unsupported-type.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)