diff options
| author | vinÃcius x <59714841+vxpm@users.noreply.github.com> | 2023-03-22 05:04:42 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 09:04:42 +0100 |
| commit | 045a109600fa9127d22259287bbde62234cadb44 (patch) | |
| tree | f5d1852fc5e05cad231d5463e11646e98662767c /docs/src/tutorial | |
| parent | ea3cf39f15c80fb703a616a505f59671ac4042da (diff) | |
Fix mistake in tutorial (#107)
subscript was mistaken for superscript
Diffstat (limited to 'docs/src/tutorial')
| -rw-r--r-- | docs/src/tutorial/1-writing.md | 2 |
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. |
