Fossil SCM
Doc typo reported in the forum.
Commit
1221a579ecdbf4d7396cc65aefc93b363f5465daedeef3a7e59068a30d5089a9
Parent
988c59981048b82…
1 file changed
+1
-1
+1
-1
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -199,11 +199,11 @@ | ||
| 199 | 199 | |
| 200 | 200 | <blockquote><pre> |
| 201 | 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 | 202 | </pre></blockquote> |
| 203 | 203 | |
| 204 | -<p>The least signficant 6 bits of the integer are encoded by | |
| 204 | +<p>The least significant 6 bits of the integer are encoded by | |
| 205 | 205 | the first character, followed by |
| 206 | 206 | the next 6 bits, and so on until all non-zero bits of the integer |
| 207 | 207 | are encoded. The minimum number of encoding characters is used. |
| 208 | 208 | Note that for integers less than 10, the base-64 coding is a |
| 209 | 209 | ASCII decimal rendering of the number itself. |
| 210 | 210 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -199,11 +199,11 @@ | |
| 199 | |
| 200 | <blockquote><pre> |
| 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 | </pre></blockquote> |
| 203 | |
| 204 | <p>The least signficant 6 bits of the integer are encoded by |
| 205 | the first character, followed by |
| 206 | the next 6 bits, and so on until all non-zero bits of the integer |
| 207 | are encoded. The minimum number of encoding characters is used. |
| 208 | Note that for integers less than 10, the base-64 coding is a |
| 209 | ASCII decimal rendering of the number itself. |
| 210 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -199,11 +199,11 @@ | |
| 199 | |
| 200 | <blockquote><pre> |
| 201 | 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~ |
| 202 | </pre></blockquote> |
| 203 | |
| 204 | <p>The least significant 6 bits of the integer are encoded by |
| 205 | the first character, followed by |
| 206 | the next 6 bits, and so on until all non-zero bits of the integer |
| 207 | are encoded. The minimum number of encoding characters is used. |
| 208 | Note that for integers less than 10, the base-64 coding is a |
| 209 | ASCII decimal rendering of the number itself. |
| 210 |