summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvinícius x <59714841+vxpm@users.noreply.github.com>2023-03-22 05:04:42 -0300
committerGitHub <noreply@github.com>2023-03-22 09:04:42 +0100
commit045a109600fa9127d22259287bbde62234cadb44 (patch)
treef5d1852fc5e05cad231d5463e11646e98662767c
parentea3cf39f15c80fb703a616a505f59671ac4042da (diff)
Fix mistake in tutorial (#107)
subscript was mistaken for superscript
-rw-r--r--docs/src/tutorial/1-writing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/tutorial/1-writing.md b/docs/src/tutorial/1-writing.md
index 9e0dc8c9..e795def3 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.