Skip to content

Commit

Permalink
Remove dupe and
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuihtlauac ALVARADO committed Oct 14, 2024
1 parent a0a850a commit 96cb0ad
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This repository contains the sources of the OCaml website. It is served at https

- **Separation of data editing from HTML/CSS generation:** The data used in the website
is stored in Yaml or Markdown so users can easily edit it and contribute to the website.
We generate OCaml code from this data to serve the site content and and Ocurrent to
We generate OCaml code from this data to serve the site content and Ocurrent to
automate the data pipelines. All the data used in the site can be found in [`./data`](./data).

## Getting started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ annotation, hoping it would improve performances.</p>
most people think, it is extremely rare that it can make programs
noticeably faster, because the GC is quite fast and combines allocations
together &ndash; many allocations of a boxed object are combined with an
allocation for their content or container, and and often the indirection
allocation for their content or container, and often the indirection
points to an immediately adjacent place in memory so is basically free
to dereference. It may help in some extreme low-latency scenario where
code is written to not allocate at all, but I have never personally seen
Expand Down
2 changes: 1 addition & 1 deletion data/planet/mega-nerd/rip-nedit.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The Ocaml syntax highlighting is particularly poor.
</p>

<p>
I'm now going to try to use Gedit, by customising its setup and and using the
I'm now going to try to use Gedit, by customising its setup and using the
plugin system to see if I can regain the features that made Nedit such a
pleasure to use.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/industrial_users.eml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ the community and learn more about how they use OCaml."
<div class="flex flex-col md:flex-grow">
<h1 class="text-title dark:text-dark-title tracking-wider font-bold text-4xl lg:max-w-[50%]">What Industry Leaders Say About OCaml</h1>
<p class="text-content dark:text-dark-content mt-6 lg:my-6 lg:max-w-[50%] text-xl">
OCaml powers mission-critical systems for companies and and helps them achieve their goals.
OCaml powers mission-critical systems for companies and helps them achieve their goals.
</p>
<div class="flex lg:hidden dark:hidden" x-data="{swiper: null}"
x-init="swiper = new Swiper('#companySwiper1', {loop: true,slidesPerView: 1,spaceBetween: 10,autoHeight: true,autoplay: { delay: 2500, disableOnInteraction: false},pagination: { el: `#companySwiper1 .swiper-pagination`, clickable: true, type: 'bullets',bulletActiveClass: 'swiper-bullet-active',bulletClass: 'swiper-bullet swiper-separator_20'}})">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let form_attributes =
@submit="if (row !== null) { window.location = document.getElementById('package-autocomplete-'+row+'-'+col).getAttribute('href'); $event.stopPropagation(); $event.preventDefault(); return false }" |js}

(* When the user types, htmx fetches the fragment rendered by
the function [render] below, and and inserts it into the
the function [render] below, and inserts it into the
HTMLElement selected by [target_sel].
While htmx's HTTP request is in progress, the HTMLElement
with selected by [indicator_sel] is shown. *)
Expand Down

0 comments on commit 96cb0ad

Please sign in to comment.