Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 68bfee3

Browse files
authored
) [ci skip]
1 parent 8b4312b commit 68bfee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Add lines using the `()` operator on the line:
7777

7878
```cpp
7979
influxdb::raw::db_utf8 raw_db("http://localhost:8086", "my_db");
80-
auto query = std::string("select count(*) from my_db..my_measurements";
80+
auto query = std::string("select count(*) from my_db..my_measurements");
8181
auto json_response = raw_db.get(query);
8282
```
8383

0 commit comments

Comments
 (0)