Skip to content

Commit 1ead3eb

Browse files
authored
Merge pull request #1619 from tfidfwastaken/patch-1
about: minor grammatical fixes
2 parents 6c67468 + b5ecccb commit 1ead3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/about/_small_and_fast.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88

99
<p>
10-
Git was built to work on the Linux kernel, meaning that it has had to effectively handle large repositories from day one. Git is written in C, reducing the overhead of runtimes associated with higher-level languages. Speed and performance has been a primary design goal of the Git from the start.
10+
Git was built to work on the Linux kernel, meaning that it has had to effectively handle large repositories from day one. Git is written in C, reducing the overhead of runtimes associated with higher-level languages. Speed and performance has been a primary design goal of Git from the start.
1111
</p>
1212

1313
<h3>Benchmarks</h3>
@@ -70,7 +70,7 @@
7070
</p>
7171

7272
<p>
73-
In some cases the commands don't match up exactly. Here, matching on the lowest
73+
In some cases, the commands don't match up exactly. Here, matching on the lowest
7474
common denominator was attempted. For example, the 'commit' tests also include
7575
the time to push for Git, though most of the time you would not actually be pushing
7676
to the server immediately after a commit where the two commands cannot be separated

0 commit comments

Comments
 (0)