Skip to content

Commit 7be631e

Browse files
authored
Merge pull request #42 from yforster/words
Formulations from Ocaml website not really fitting to Rocq
2 parents 4319d1d + 4c61deb commit 7be631e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/rocqproverorg_frontend/pages/governance.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Layout.render
3939
<div class="flex md:flex-row flex-col">
4040
<div class="w-full m-auto mb-4 md:mb-0">
4141
<h1 class="font-bold mb-2 text-title dark:text-dark-title">Governance</h1>
42-
<p class="text-title dark:text-dark-title">The projects running under Rocq and the awesome people behind it
42+
<p class="text-title dark:text-dark-title">The projects running under Rocq and the people behind it
4343
</p>
4444
</div>
4545
<div class="flex h-max flex-col lg:flex-row lg:space-x-6 space-y-5 lg:space-y-0 md:space-y-5 w-full lg:w-auto mt-8 md:mt-0">

src/rocqproverorg_frontend/pages/home.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Layout.render
511511
<a href="<%s Url.books %>" class="card dark:dark-card p-4 text-title dark:text-dark-white">
512512
<%s! Icons.book "h-16 w-16 mb-8" %>
513513
<p class="font-semibold text-xl mb-3">Books</p>
514-
<p>Discover Rocq books from expert programmers and researchers - from beginner level to advanced topics.</p>
514+
<p>Discover books on Rocq for both computer science and mathematics - from complete beginner level to advanced topics.</p>
515515
</a>
516516
<a href="<%s Url.stdlib %>" class="card dark:dark-card p-4 text-title dark:text-dark-white">
517517
<%s! Icons.command_line "h-16 w-16 mb-8" %>

src/rocqproverorg_frontend/pages/learn.eml

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Learn_layout.single_column_layout
189189
<div class="mt-10 lg:mt-20">
190190
<h3 class="font-bold text-title dark:text-dark-title">Papers</h3>
191191
<div class="mt-6 text-content dark:text-dark-content text-lg">
192-
Aspiring towards greater understanding of the language? Want to push the limits and discover brand new things?
193-
Check out papers written by leading Rocq researchers:
192+
Aspiring towards greater understanding of Rocq and its underlying theory?
193+
Check out papers written by Rocq researchers:
194194
</div>
195195

196196
<div class="flex flex-col lg:flex-row mt-8 space-y-4 lg:space-y-0 lg:space-x-6">

src/rocqproverorg_frontend/pages/rocq_planet.eml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ News_layout.single_column_layout
6565
<p class="uppercase text-sm text-content dark:text-dark-content tracking-widest font-medium mb-2">Blog</p>
6666
<h1 class="font-bold text-2xl text-title dark:text-dark-title mb-2">The Rocq Planet</h1>
6767
<p class="text-content dark:text-dark-content mb-4">
68-
Articles and videos contributed by both experts, companies and passionate developers from the Rocq community.
68+
Articles and videos contributed by members of the Rocq community.
6969
From in-depth technical articles, project highlights, community news, or insights into Open Source projects,
7070
the Rocq Planet RSS feed aggregator has something for everyone.
7171
</p>

0 commit comments

Comments
 (0)