Fossil SCM
Doc typo fix reported in the forum.
Commit
988c59981048b828fb1920eca65b6b7bc482771c721c37bf37e65ae05f9f4676
Parent
deb9963ac6daca8…
1 file changed
+1
-1
+1
-1
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -191,11 +191,11 @@ | ||
| 191 | 191 | written base-64 encoded, MSB first, and without leading |
| 192 | 192 | "0"-characters, except if they are significant (i.e. 0 => "0"). |
| 193 | 193 | </p> |
| 194 | 194 | |
| 195 | 195 | <p> |
| 196 | -The base-64 encoding uses one character for each 6 bytes of | |
| 196 | +The base-64 encoding uses one character for each 6 bits of | |
| 197 | 197 | the integer to be encoded. The encoding characters are: |
| 198 | 198 | </p> |
| 199 | 199 | |
| 200 | 200 | <blockquote><pre> |
| 201 | 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 | 202 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -191,11 +191,11 @@ | |
| 191 | written base-64 encoded, MSB first, and without leading |
| 192 | "0"-characters, except if they are significant (i.e. 0 => "0"). |
| 193 | </p> |
| 194 | |
| 195 | <p> |
| 196 | The base-64 encoding uses one character for each 6 bytes of |
| 197 | the integer to be encoded. The encoding characters are: |
| 198 | </p> |
| 199 | |
| 200 | <blockquote><pre> |
| 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -191,11 +191,11 @@ | |
| 191 | written base-64 encoded, MSB first, and without leading |
| 192 | "0"-characters, except if they are significant (i.e. 0 => "0"). |
| 193 | </p> |
| 194 | |
| 195 | <p> |
| 196 | The base-64 encoding uses one character for each 6 bits of |
| 197 | the integer to be encoded. The encoding characters are: |
| 198 | </p> |
| 199 | |
| 200 | <blockquote><pre> |
| 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 |