Skip to content

Commit b07da88

Browse files
Fix typo in API docs. (#1264)
1 parent 9d58fa6 commit b07da88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/result.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class Result<R extends RecordShape = RecordShape> implements Promise<QueryResult
240240
/**
241241
* Provides a async iterator over the records in the result.
242242
*
243-
* *Should not be combined with {@link Result#subscribe} or ${@link Result#then} functions.*
243+
* *Should not be combined with {@link Result#subscribe} or {@link Result#then} functions.*
244244
*
245245
* @public
246246
* @returns {PeekableAsyncIterator<Record<R>, ResultSummary>} The async iterator for the Results

packages/neo4j-driver-deno/lib/core/result.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)