Skip to content

Commit 5ba0daf

Browse files
committed
improve example text
1 parent bfa0ae2 commit 5ba0daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ There are several characters that have a special meaning and need to be escaped
110110

111111
| Escape sequence | Special meaning (usage in path syntax) | Example |
112112
|---|---|
113-
| ~0 | Used for escaping `~` | "~0" where "~/documents" becomes "~0~1documents"|
114-
| ~1 | Used for escaping `/` | "~1" where "~/documents" becomes "~0~1documents" |
115-
| ~2 | Used for generically to escape arbitrary sequences (including but not limited to `#` and `*`) | "~2#~2" where "readme#requirements" becomes "readme~2#~2requirements" |
113+
| `~0` | Used for escaping `~` | "~0" for `~`, where "~/documents" becomes "~0~1documents"|
114+
| `~1` | Used for escaping `/` | "~1" for `/`, where "~/documents" becomes "~0~1documents" |
115+
| `~2` | Used for generically to escape arbitrary sequences (including but not limited to `#` and `*`) | "~2#~2" where "readme#requirements" becomes "readme~2#~2requirements" |
116116

117117

118118
## Array enumeration

0 commit comments

Comments
 (0)