Skip to content

Commit c3fb8f2

Browse files
authored
fix: correct OCaml 5.4.0 release date and wrong link to RFC (#3368)
* fix: correct OCaml 5.4.0 release date * fix: wrong link to RFC This was pointing to the OCaml issue #39 instead of RFC #39
1 parent 8985e18 commit c3fb8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/releases/5.4.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2025-10-09
55
is_latest: true
66
intro: |
77
This page describes OCaml version **5.4.0**, released on
8-
2025-01-08. Go [here](/releases) for a list of all releases.
8+
2025-10-09. Go [here](/releases) for a list of all releases.
99
1010
This release is available as an [opam](/p/ocaml/5.4.0) package.
1111
highlights: |
@@ -156,7 +156,7 @@ The user manual for OCaml can be:
156156
(Ryan Tjoa and Chris Casinghino, review by Gabriel Scherer, Chris Casinghino,
157157
and Leo White)
158158

159-
- RFCs[#39](https://github.com/ocaml/ocaml/issues/39), [#13404](https://github.com/ocaml/ocaml/issues/13404): atomic record fields
159+
- RFC[#39](https://github.com/ocaml/RFCs/pull/39), [#13404](https://github.com/ocaml/ocaml/issues/13404): atomic record fields
160160
`{ ...; mutable readers : int [@atomic]; ... }`
161161
`Atomic.Loc.fetch_and_add [%atomic.loc data.readers] 1`
162162
(Clément Allain and Gabriel Scherer, review by KC Sivaramakrishnan,

0 commit comments

Comments
 (0)