Fossil SCM
Remove superfluous word, as per [6b8dcc1d67171f3e30].
Commit
05b44d58a03aa27bf1b49cae4d77c089b4778784
Parent
02f638a16fb83f3…
1 file changed
+1
-1
+1
-1
| --- www/theory1.wiki | ||
| +++ www/theory1.wiki | ||
| @@ -111,11 +111,11 @@ | ||
| 111 | 111 | For certain types of problems, SQL has a huge advantage over other |
| 112 | 112 | programming languages because it is so high level and because it allows |
| 113 | 113 | programmers to focus more on the <i>what</i> and less of the <i>how</i> |
| 114 | 114 | of a computation. In other words, |
| 115 | 115 | programmers tend to think about problems at a much higher level when |
| 116 | -using SQL, can this can result in better applications. | |
| 116 | +using SQL, this can result in better applications. | |
| 117 | 117 | SQL is also very dense. |
| 118 | 118 | In practice, this often means that a few |
| 119 | 119 | lines of SQL can often replace hundreds or thousands of lines of |
| 120 | 120 | procedural code, with a corresponding decrease in programming effort |
| 121 | 121 | and opportunities to introduce bugs. |
| 122 | 122 |
| --- www/theory1.wiki | |
| +++ www/theory1.wiki | |
| @@ -111,11 +111,11 @@ | |
| 111 | For certain types of problems, SQL has a huge advantage over other |
| 112 | programming languages because it is so high level and because it allows |
| 113 | programmers to focus more on the <i>what</i> and less of the <i>how</i> |
| 114 | of a computation. In other words, |
| 115 | programmers tend to think about problems at a much higher level when |
| 116 | using SQL, can this can result in better applications. |
| 117 | SQL is also very dense. |
| 118 | In practice, this often means that a few |
| 119 | lines of SQL can often replace hundreds or thousands of lines of |
| 120 | procedural code, with a corresponding decrease in programming effort |
| 121 | and opportunities to introduce bugs. |
| 122 |
| --- www/theory1.wiki | |
| +++ www/theory1.wiki | |
| @@ -111,11 +111,11 @@ | |
| 111 | For certain types of problems, SQL has a huge advantage over other |
| 112 | programming languages because it is so high level and because it allows |
| 113 | programmers to focus more on the <i>what</i> and less of the <i>how</i> |
| 114 | of a computation. In other words, |
| 115 | programmers tend to think about problems at a much higher level when |
| 116 | using SQL, this can result in better applications. |
| 117 | SQL is also very dense. |
| 118 | In practice, this often means that a few |
| 119 | lines of SQL can often replace hundreds or thousands of lines of |
| 120 | procedural code, with a corresponding decrease in programming effort |
| 121 | and opportunities to introduce bugs. |
| 122 |