From caa97da1f5c0c6760b60edd2e69e0b92ee153f26 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 29 May 2024 21:40:58 -0700 Subject: [PATCH] Add a word joiner to prevent line break --- doc/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.md b/doc/syntax.md index dd392f63..279442b5 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -344,7 +344,7 @@ The available presentation types for `range_type` are: |--------|------------------------------------------------------------| | none | Default format. | | `'s'` | String format. The range is formatted as a string. | -| `'?s'` | Debug format. The range is formatted as an escaped string. | +| `'?⁠s'` | Debug format. The range is formatted as an escaped string. | If `range_type` is `'s'` or `'?s'`, the range element type must be a character type. The `'n'` option and `range_underlying_spec` are mutually exclusive with