From 52905cf77f593c8bee0d96ce0a405bdf80323316 Mon Sep 17 00:00:00 2001 From: Rafael Oliveira <56204853+RafDevX@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:20:22 +0100 Subject: Fix typos in docs (#315) --- docs/src/reference/syntax.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/src/reference/syntax.md') diff --git a/docs/src/reference/syntax.md b/docs/src/reference/syntax.md index b9063319..7a91b0a8 100644 --- a/docs/src/reference/syntax.md +++ b/docs/src/reference/syntax.md @@ -126,10 +126,10 @@ Our study design is as follows: ``` ## Escape sequences { #escapes } -Escape sequences are used to insert special characters that are otherwise have -special meaning in Typst. To escape a character, precede it with a backslash. To -insert any Unicode codepoint, you can write a hexadecimal escape sequence: -`[\u{1f600}]`. The same kind of escape sequences also work in +Escape sequences are used to insert special characters that are hard to type or +otherwise have special meaning in Typst. To escape a character, precede it with +a backslash. To insert any Unicode codepoint, you can write a hexadecimal +escape sequence: `[\u{1f600}]`. The same kind of escape sequences also work in [strings]($type/string). ```example -- cgit v1.2.3