Fix mistake in tutorial (#107)

subscript was mistaken for superscript
This commit is contained in:
vinícius x 2023-03-22 05:04:42 -03:00 committed by GitHub
parent ea3cf39f15
commit 045a109600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.