Skip to content

Commit

Permalink
ch10, ch11, ch14
Browse files Browse the repository at this point in the history
fix luscious with long u
clarify `-Z` usage as a suffix key
ch11 typo
  • Loading branch information
aerick committed Oct 9, 2024
1 parent 43d5336 commit 9ac5421
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion book/Chapter-10.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3 id="examples-2"><a class="header" href="#examples-2">Examples</a></h3>
<li>patch <code>PAFP</code></li>
<li>mash <code>PHARB</code></li>
<li>sash <code>SARB</code></li>
<li>luscious <code>HRAOURBS</code></li>
<li>luscious <code>HRURBS</code></li>
<li>spacious <code>SPAEURBS</code></li>
<li>larch <code>HRAFRPB</code></li>
<li>parch <code>PAFRPB</code></li>
Expand Down
2 changes: 1 addition & 1 deletion book/Chapter-11.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ <h2 id="right-hand--shun--kshun-and--x"><a class="header" href="#right-hand--shu
<li><code>-BGS</code> represents two sounds:
<ul>
<li>“-x” as in “ta<ins>x</ins></li>
<li>“-kshun” as in in “fri<ins>ction</ins></li>
<li>“-kshun” as in “fri<ins>ction</ins></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion book/Chapter-14.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h2 id="suffix-keys"><a class="header" href="#suffix-keys">Suffix keys</a></h2>
</tbody></table>
</div>
<blockquote>
<p><strong>NOTE:</strong> while <code>-S</code> and <code>-Z</code> have the same definition, you are expected to use <code>-Z</code> exclusively.</p>
<p><strong>NOTE:</strong> while <code>-S</code> and <code>-Z</code> have the same definition, you are expected to use <code>-Z</code> exclusively as a suffix key.</p>
</blockquote>
<p><img src="img/14-gsdz.png" alt="" /></p>
<h4 id="examples-of-correct-usage"><a class="header" href="#examples-of-correct-usage">Examples of correct usage</a></h4>
Expand Down
6 changes: 3 additions & 3 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ <h3 id="examples-18"><a class="header" href="#examples-18">Examples</a></h3>
<li>patch <code>PAFP</code></li>
<li>mash <code>PHARB</code></li>
<li>sash <code>SARB</code></li>
<li>luscious <code>HRAOURBS</code></li>
<li>luscious <code>HRURBS</code></li>
<li>spacious <code>SPAEURBS</code></li>
<li>larch <code>HRAFRPB</code></li>
<li>parch <code>PAFRPB</code></li>
Expand Down Expand Up @@ -1926,7 +1926,7 @@ <h2 id="right-hand--shun--kshun-and--x"><a class="header" href="#right-hand--shu
<li><code>-BGS</code> represents two sounds:
<ul>
<li>“-x” as in “ta<ins>x</ins></li>
<li>“-kshun” as in in “fri<ins>ction</ins></li>
<li>“-kshun” as in “fri<ins>ction</ins></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -2772,7 +2772,7 @@ <h2 id="suffix-keys"><a class="header" href="#suffix-keys">Suffix keys</a></h2>
</tbody></table>
</div>
<blockquote>
<p><strong>NOTE:</strong> while <code>-S</code> and <code>-Z</code> have the same definition, you are expected to use <code>-Z</code> exclusively.</p>
<p><strong>NOTE:</strong> while <code>-S</code> and <code>-Z</code> have the same definition, you are expected to use <code>-Z</code> exclusively as a suffix key.</p>
</blockquote>
<p><img src="img/14-gsdz.png" alt="" /></p>
<h4 id="examples-of-correct-usage-4"><a class="header" href="#examples-of-correct-usage-4">Examples of correct usage</a></h4>
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Chapter-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
* patch `PAFP`
* mash `PHARB`
* sash `SARB`
* luscious `HRAOURBS`
* luscious `HRURBS`
* spacious `SPAEURBS`
* larch `HRAFRPB`
* parch `PAFRPB`
Expand Down
2 changes: 1 addition & 1 deletion src/Chapter-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ All the chords covered so far represent single sounds. However, there are some c
* `-GS` is "-shun" as in "o<ins>cean</ins>"
* `-BGS` represents two sounds:
- "-x" as in "ta<ins>x</ins>"
- "-kshun" as in in "fri<ins>ction</ins>"
- "-kshun" as in "fri<ins>ction</ins>"

![](img/11-shun-kshun.png)

Expand Down
2 changes: 1 addition & 1 deletion src/Chapter-14.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ One special type of suffix stroke is the suffix key; these are suffix strokes th
| `-D` | ^ed | `TKPWHRAOU/-D` | glued |
| `-Z` | ^s | `SAOEUD/-Z` | sides |

> **NOTE:** while `-S` and `-Z` have the same definition, you are expected to use `-Z` exclusively.
> **NOTE:** while `-S` and `-Z` have the same definition, you are expected to use `-Z` exclusively as a suffix key.
![](img/14-gsdz.png)

Expand Down

0 comments on commit 9ac5421

Please sign in to comment.