From a0ea1edb0d8c62fb90456141646169207e4fa2ce Mon Sep 17 00:00:00 2001 From: offa <8887756+offa@users.noreply.github.com> Date: Tue, 5 May 2026 20:23:26 +0200 Subject: [PATCH] Fix createDatabase() doc --- include/InfluxDB/Transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/InfluxDB/Transport.h b/include/InfluxDB/Transport.h index e12b5b5..6ba2d58 100644 --- a/include/InfluxDB/Transport.h +++ b/include/InfluxDB/Transport.h @@ -59,7 +59,7 @@ namespace influxdb throw InfluxDBException{"Execution is not supported by the selected transport"}; } - /// Sends request + /// Creates database virtual void createDatabase() { throw InfluxDBException{"Creation of database is not supported by the selected transport"};