From 96cb0ad85ddef83ae07a8d1aeef8c5d692fb4c2a Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Mon, 14 Oct 2024 11:24:57 +0200 Subject: [PATCH] Remove dupe and --- README.md | 2 +- data/planet/gallium/the-mirage-retreat-field-trip-report.md | 2 +- data/planet/mega-nerd/rip-nedit.md | 2 +- src/ocamlorg_frontend/pages/industrial_users.eml | 2 +- src/ocamlorg_frontend/pages/packages_autocomplete_fragment.eml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db85d8ad0b..f5d92df5d0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/data/planet/gallium/the-mirage-retreat-field-trip-report.md b/data/planet/gallium/the-mirage-retreat-field-trip-report.md index b339c7da1d..641f631be2 100644 --- a/data/planet/gallium/the-mirage-retreat-field-trip-report.md +++ b/data/planet/gallium/the-mirage-retreat-field-trip-report.md @@ -117,7 +117,7 @@ annotation, hoping it would improve performances.

most people think, it is extremely rare that it can make programs noticeably faster, because the GC is quite fast and combines allocations together – 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 diff --git a/data/planet/mega-nerd/rip-nedit.md b/data/planet/mega-nerd/rip-nedit.md index cf62353e1d..00f2fe738f 100644 --- a/data/planet/mega-nerd/rip-nedit.md +++ b/data/planet/mega-nerd/rip-nedit.md @@ -106,7 +106,7 @@ The Ocaml syntax highlighting is particularly poor.

-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.

diff --git a/src/ocamlorg_frontend/pages/industrial_users.eml b/src/ocamlorg_frontend/pages/industrial_users.eml index 507fc86ad6..214ec65665 100644 --- a/src/ocamlorg_frontend/pages/industrial_users.eml +++ b/src/ocamlorg_frontend/pages/industrial_users.eml @@ -68,7 +68,7 @@ the community and learn more about how they use OCaml."

What Industry Leaders Say About OCaml

- 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.

diff --git a/src/ocamlorg_frontend/pages/packages_autocomplete_fragment.eml b/src/ocamlorg_frontend/pages/packages_autocomplete_fragment.eml index 302e3a98c0..52acb792be 100644 --- a/src/ocamlorg_frontend/pages/packages_autocomplete_fragment.eml +++ b/src/ocamlorg_frontend/pages/packages_autocomplete_fragment.eml @@ -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. *)