Skip to content

Commit 76aafb7

Browse files
authored
Update Unsupported Type API docs wording to align with ADR (#1339)
1 parent 6d707fb commit 76aafb7

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 Neo4j JavaScript Manual Datatypes page at {@link https://neo4j.com/docs/javascript-manual/current/data-types/}.
45+
* Note: Bolt versions are not generally equivalent to driver versions. See {@link https://neo4j.com/docs/javascript-manual/current/data-types/} for which driver version is required for new 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)