8000 chore(examples): repair comment · influxdata/influxdb-client-js@0cf8cc1 · GitHub
[go: up one dir, main page]

Skip to 8000 content

Commit 0cf8cc1

Browse files
committed
chore(examples): repair comment
1 parent 1a5553e commit 0cf8cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/query.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const fluxQuery =
1414
// There are more ways of how to receive results,
1515
// the essential ones are shown in functions below.
1616
// Execution of a particular function follows
17-
// its defintion, comment/uncomment it at will.
18-
// See also rxjs-query.ts and queryWithParamas.mjs .
17+
// its definition, comment/uncomment it at will.
18+
// See also rxjs-query.ts and queryWithParams.mjs .
1919

2020
// Execute query and receive table metadata and table row values using async iterator.
2121
async function iterateRows() {

0 commit comments

Comments
 (0)
0