Fossil SCM
Fix minor documentation typo.
Commit
8d88f08801e418d56acd03b33495d3e51cf5315b058f6ae1ce4288f66afeb4e9
Parent
9dd8d5efc7eaca4…
1 file changed
+1
-1
+1
-1
| --- www/hashes.md | ||
| +++ www/hashes.md | ||
| @@ -3,11 +3,11 @@ | ||
| 3 | 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | 5 | algorithm: |
| 6 | 6 | |
| 7 | 7 | <table border="1" cellspacing="0" cellpadding="10"> |
| 8 | -<tr><th>Algorithm<</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> | |
| 8 | +<tr><th>Algorithm</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> | |
| 9 | 9 | <tr><td>SHA3-256</td> <td>256</td> <td>64</td></tr> |
| 10 | 10 | <tr><td>SHA1</td> <td>160</td> <td>40</td></tr> |
| 11 | 11 | </table> |
| 12 | 12 | |
| 13 | 13 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 14 | 14 |
| --- www/hashes.md | |
| +++ www/hashes.md | |
| @@ -3,11 +3,11 @@ | |
| 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | algorithm: |
| 6 | |
| 7 | <table border="1" cellspacing="0" cellpadding="10"> |
| 8 | <tr><th>Algorithm<</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> |
| 9 | <tr><td>SHA3-256</td> <td>256</td> <td>64</td></tr> |
| 10 | <tr><td>SHA1</td> <td>160</td> <td>40</td></tr> |
| 11 | </table> |
| 12 | |
| 13 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 14 |
| --- www/hashes.md | |
| +++ www/hashes.md | |
| @@ -3,11 +3,11 @@ | |
| 3 | All artifacts in Fossil are identified by a unique hash, currently using |
| 4 | [the SHA3 algorithm by default][hpol], but historically using the SHA1 |
| 5 | algorithm: |
| 6 | |
| 7 | <table border="1" cellspacing="0" cellpadding="10"> |
| 8 | <tr><th>Algorithm</th><th>Raw Bits</th> <th>Hexadecimal digits</th></tr> |
| 9 | <tr><td>SHA3-256</td> <td>256</td> <td>64</td></tr> |
| 10 | <tr><td>SHA1</td> <td>160</td> <td>40</td></tr> |
| 11 | </table> |
| 12 | |
| 13 | There are many types of artifacts in Fossil: commits (a.k.a. check-ins), |
| 14 |