Skip to content

Commit 024c3e4

Browse files
committed
fixed table headings
1 parent a6437b7 commit 024c3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-skill-annotation-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Specific elements of an array can be referenced by using their numeric index lik
108108

109109
There are three characters that have a special meaning and need to be escaped if they are to be interpreted as-is instead of a syntax element:
110110

111-
|Value|Usage|Escape sequence| Example |
111+
|Value|Special meaning (usage in path syntax) |Escape sequence| Example for usage in string |
112112
|---|---|---|---|
113113
| `#` | Used in array enumeration | ~2 | "~2#~2" |
114114
| `/` | Used in node paths | ~1 | "~1/~1" |

0 commit comments

Comments
 (0)