Spaces:
Running
Running
typo correction
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -83,7 +83,7 @@
|
|
| 83 |
class="btn btn-dark my-1 mx-2"
|
| 84 |
onclick="document.getElementById('frequency-textarea').value = countDigrams(document.getElementById('cipher-text').value)"
|
| 85 |
>
|
| 86 |
-
Count
|
| 87 |
</button>
|
| 88 |
<button
|
| 89 |
class="btn btn-dark my-1 mx-2"
|
|
|
|
| 83 |
class="btn btn-dark my-1 mx-2"
|
| 84 |
onclick="document.getElementById('frequency-textarea').value = countDigrams(document.getElementById('cipher-text').value)"
|
| 85 |
>
|
| 86 |
+
Count Digrams (2 CHARs)
|
| 87 |
</button>
|
| 88 |
<button
|
| 89 |
class="btn btn-dark my-1 mx-2"
|