Fossil SCM
Fix a typo in the Style document.
Commit
2116906fb1b1ae0e786d40667169fe228384fefd
Parent
5ea7a3ec5687c58…
1 file changed
+1
-1
+1
-1
| --- www/style.wiki | ||
| +++ www/style.wiki | ||
| @@ -23,11 +23,11 @@ | ||
| 23 | 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | 24 | |
| 25 | 25 | 17. All comments and identifiers are in English. |
| 26 | 26 | |
| 27 | 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | - (One except to this is the HTTP server implementation for windows, | |
| 28 | + (One exception to this is the HTTP server implementation for windows, | |
| 29 | 29 | which we do not know how to implement without the use of threads.) |
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | <b>C preprocessor macros</b>: |
| 33 | 33 | |
| 34 | 34 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -23,11 +23,11 @@ | |
| 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | |
| 25 | 17. All comments and identifiers are in English. |
| 26 | |
| 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | (One except to this is the HTTP server implementation for windows, |
| 29 | which we do not know how to implement without the use of threads.) |
| 30 | |
| 31 | |
| 32 | <b>C preprocessor macros</b>: |
| 33 | |
| 34 |
| --- www/style.wiki | |
| +++ www/style.wiki | |
| @@ -23,11 +23,11 @@ | |
| 23 | 16. All C-code conforms to ANSI C-89. |
| 24 | |
| 25 | 17. All comments and identifiers are in English. |
| 26 | |
| 27 | 18. The program is single-threaded. Do not use threads. |
| 28 | (One exception to this is the HTTP server implementation for windows, |
| 29 | which we do not know how to implement without the use of threads.) |
| 30 | |
| 31 | |
| 32 | <b>C preprocessor macros</b>: |
| 33 | |
| 34 |