From 045a109600fa9127d22259287bbde62234cadb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?vin=C3=ADcius=20x?= <59714841+vxpm@users.noreply.github.com> Date: Wed, 22 Mar 2023 05:04:42 -0300 Subject: [PATCH] Fix mistake in tutorial (#107) subscript was mistaken for superscript --- docs/src/tutorial/1-writing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md index 9e0dc8c97..e795def3c 100644 --- a/docs/src/tutorial/1-writing.md +++ b/docs/src/tutorial/1-writing.md @@ -249,7 +249,7 @@ $ 7.32 beta + ``` To add a subscript to a symbol or variable, type a `_` character and then the -superscript. Similarly, use the `^` character for a superscript. If your +subscript. Similarly, use the `^` character for a superscript. If your sub- or superscript consists of multiple things, you must enclose them in round parentheses.