# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1671053037 -3600 # Node ID 7752e15b6a23579b4c1e764b9bb0d2333d24c940 # Parent 21fd1eebbd0eda3e13db8b366885c7f5c6dce4cd Correcting a typo in comment diff --git a/src/main/java/org/monetdb/jdbc/MonetConnection.java b/src/main/java/org/monetdb/jdbc/MonetConnection.java --- 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. */