10000 Fix endquote of example string literal. (#3747) · Kitter/arangodb@74a0ea3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 74a0ea3

Browse files
153957fceller
authored andcommitted
Fix endquote of example string literal. (arangodb#3747)
1 parent 2fa1948 commit 74a0ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Books/AQL/Fundamentals/DataTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a backslash.
5151
5252
'yikes!'
5353
'don\'t know'
54-
'this is a longer string."
54+
'this is a longer string.'
5555
'the path separator on Windows is \\'
5656
```
5757

0 commit comments

Comments
 (0)
0