changeset 707:7752e15b6a23

Correcting a typo in comment
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 14 Dec 2022 22:23:57 +0100 (2022-12-14)
parents 21fd1eebbd0e
children 5022a57f9d97
files src/main/java/org/monetdb/jdbc/MonetConnection.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/org/monetdb/jdbc/MonetConnection.java
+++ b/src/main/java/org/monetdb/jdbc/MonetConnection.java
@@ -1932,7 +1932,7 @@ public class MonetConnection
  	/**
 	 * @return whether the server is started with raw_strings processing enabled.
 	 * By default this is false (so C-style strings processing is used).
-	 * When a server is started with option: –set raw_strings=true
+	 * When a server is started with option: --set raw_strings=true
 	 * then this will return true, else false.
 	 * This startup option is supported only by servers since Jun2020 (11.37) onwards.
 	 */