Skip to content

Commit 4f4143e

Browse files
committed
remove unnecessary backticks
1 parent 7b2da79 commit 4f4143e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/ROOT/pages/errors/gql-errors/22NAC.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ LOAD CSV 'somefile.csv' AS line RETURN count(line)
2222
The following error will be thrown:
2323
[source]
2424
----
25-
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See `'somefile.csv'` at position `14`. This is read as `'y"y'`.
25+
error: data exception - characters after quote in CSV field. Characters after an ending quote in a CSV field are not supported. See 'somefile.csv' at position 14. This is read as 'y"y'.
2626
----
2727

2828
ifndef::backend-pdf[]
2929
[discrete.glossary]
3030
== Glossary
3131

3232
include::partial$glossary.adoc[]
33-
endif::[]
33+
endif::[]

modules/ROOT/pages/errors/gql-errors/22NAD.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LOAD CSV 'somefile.csv' AS line RETURN count(line)
2222
The following error will be thrown:
2323
[source]
2424
----
25-
error: data exception - missing end quote in CSV field. Missing end quote at position `15` in `'somefile.csv'`.
25+
error: data exception - missing end quote in CSV field. Missing end quote at position 15 in 'somefile.csv'.
2626
----
2727

2828
ifndef::backend-pdf[]

modules/ROOT/pages/errors/gql-errors/22NAE.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ LOAD CSV 'somefile.csv' AS line RETURN count(line)
2424
The following error will be thrown:
2525
[source]
2626
----
27-
error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in { 'somefile.csv' } at position { 15 }.
27+
error: data exception - multi-line field in illegal CSV context. Multi-line fields are illegal in this context. Verify that there is not a missing end quote in 'somefile.csv' at position 15.
2828
----
2929

3030
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)