File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Path expressions that point to a string value will return that value.
11
11
String literals can also be created by enclosing the
12
12
sequence of characters in quotes. Either double quotes ` " ` or single quotes ` ' ` can be used, provided the same quote type is
13
13
used for the start and end of the string literal. Single quote characters may be included within a double quoted string and
14
- _ vice versa_ withought escaping. Characters within the string literal may be escaped using the same format
14
+ _ vice versa_ without escaping. Characters within the string literal may be escaped using the same format
15
15
as [ JSON strings] ( https://tools.ietf.org/html/rfc7159#section-7 ) .
16
16
17
17
Strings can be combined using the concatenation operator ` & ` . This is an infix operator and will join the two strings
You can’t perform that action at this time.
0 commit comments