Fossil SCM
Typo fix in previous
Commit
e3066edea3d0cef2cff8baaddf2cb7008c3367e27cab209dddec4db99eb692fc
Parent
a1e415291c8be5f…
1 file changed
+1
-1
+1
-1
| --- www/th1.md | ||
| +++ www/th1.md | ||
| @@ -43,11 +43,11 @@ | ||
| 43 | 43 | |
| 44 | 44 | A token is any sequence of characters other than whitespace and semicolons. |
| 45 | 45 | Text inside double-quotes is a single token even if it includes |
| 46 | 46 | whitespace and semicolons. Text within {...} pairs is also a |
| 47 | 47 | single token, which is useful because curly braces are easier to “pair” |
| 48 | -and nest properly than doubloe-quotes. | |
| 48 | +and nest properly than double-quotes. | |
| 49 | 49 | |
| 50 | 50 | The nested {...} form of tokens is important because it allows TH1 commands |
| 51 | 51 | to have an appearance similar to C/C++. It is important to remember, though, |
| 52 | 52 | that a TH1 script is really just a list of text commands, not a context-free |
| 53 | 53 | language with a grammar like C/C++. This can be confusing to long-time |
| 54 | 54 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -43,11 +43,11 @@ | |
| 43 | |
| 44 | A token is any sequence of characters other than whitespace and semicolons. |
| 45 | Text inside double-quotes is a single token even if it includes |
| 46 | whitespace and semicolons. Text within {...} pairs is also a |
| 47 | single token, which is useful because curly braces are easier to “pair” |
| 48 | and nest properly than doubloe-quotes. |
| 49 | |
| 50 | The nested {...} form of tokens is important because it allows TH1 commands |
| 51 | to have an appearance similar to C/C++. It is important to remember, though, |
| 52 | that a TH1 script is really just a list of text commands, not a context-free |
| 53 | language with a grammar like C/C++. This can be confusing to long-time |
| 54 |
| --- www/th1.md | |
| +++ www/th1.md | |
| @@ -43,11 +43,11 @@ | |
| 43 | |
| 44 | A token is any sequence of characters other than whitespace and semicolons. |
| 45 | Text inside double-quotes is a single token even if it includes |
| 46 | whitespace and semicolons. Text within {...} pairs is also a |
| 47 | single token, which is useful because curly braces are easier to “pair” |
| 48 | and nest properly than double-quotes. |
| 49 | |
| 50 | The nested {...} form of tokens is important because it allows TH1 commands |
| 51 | to have an appearance similar to C/C++. It is important to remember, though, |
| 52 | that a TH1 script is really just a list of text commands, not a context-free |
| 53 | language with a grammar like C/C++. This can be confusing to long-time |
| 54 |