Skip to content

Commit 69389fd

Browse files
authored
Merge pull request #217 from fiveop/main
Call ~ tilde
2 parents eb1abd2 + 910c509 commit 69389fd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/lesson-09.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Run LaTeX one more time and you'll be all set.
7373
(Usually while writing you will run LaTeX several times anyway,
7474
so in practice this is not a bother.)
7575

76-
Notice the tie (`~`) characters before the references.
76+
Notice the tilde (`~`) characters before the references.
7777
You don't want a line break between `subsection` and its number, or
7878
between `equation` and its number.
79-
Putting in a tie means LaTeX won't break the line there.
79+
Putting in a tilde means LaTeX won't break the line there.
8080

8181
## Where to put `\label`
8282

tr/lesson-09.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ Run LaTeX one more time and you'll be all set.
6868
(Usually while writing you will run LaTeX several times anyway,
6969
so in practice this is not a bother.)
7070

71-
Notice the tie (`~`) characters before the references.
71+
Notice the tilde (`~`) characters before the references.
7272
You don't want a line break between `subsection` and its number, or
7373
between `equation` and its number.
74-
Putting in a tie means LaTeX won't break the line there.
74+
Putting in a tilde means LaTeX won't break the line there.
7575

7676
## Where to put `\label`
7777

0 commit comments

Comments
 (0)