From 2e9520a4f1c8fae47e1cf7bf503e608493338dc5 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Fri, 21 Feb 2025 21:18:25 +0100 Subject: [PATCH] Apply minor textual changes. --- src/Pages/Software/elm/en/main.md | 2 ++ src/Pages/Software/elm/nl/main.md | 2 ++ src/Pages/Software/haskell/en/main.md | 2 +- src/Pages/Software/haskell/nl/main.md | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Pages/Software/elm/en/main.md b/src/Pages/Software/elm/en/main.md index 23cf170..a489827 100644 --- a/src/Pages/Software/elm/en/main.md +++ b/src/Pages/Software/elm/en/main.md @@ -1,5 +1,7 @@ ## Elm +These are my notes on the functional programming language Elm. + * [Formatting](./formatting) * [Maybe.andThen](./maybeandthen) * [Maybe.map](./maybemap) diff --git a/src/Pages/Software/elm/nl/main.md b/src/Pages/Software/elm/nl/main.md index 9559435..27cd7fd 100644 --- a/src/Pages/Software/elm/nl/main.md +++ b/src/Pages/Software/elm/nl/main.md @@ -1,5 +1,7 @@ ### Elm +Dit zijn mijn notities van de functionele programmeertaal Haskell. + * [Formatting](./formatting) * [Maybe.andThen](./maybeandthen) * [Maybe.map](./maybemap) diff --git a/src/Pages/Software/haskell/en/main.md b/src/Pages/Software/haskell/en/main.md index ae3de64..b2b3ca5 100644 --- a/src/Pages/Software/haskell/en/main.md +++ b/src/Pages/Software/haskell/en/main.md @@ -1,5 +1,5 @@ ### Haskell -I am learing functional programming and Haskell, these are my notes on the language. +These are my notes on the functional programming language Haskell. * [Curried Functions](./curried-functions) \ No newline at end of file diff --git a/src/Pages/Software/haskell/nl/main.md b/src/Pages/Software/haskell/nl/main.md index 1498039..aa04b58 100644 --- a/src/Pages/Software/haskell/nl/main.md +++ b/src/Pages/Software/haskell/nl/main.md @@ -1,5 +1,5 @@ ### Haskell -I ben functioneel programmeren en Haskell aan het leren, dit zijn mijn notities van deze taal. +Dit zijn mijn notities van de functionele programmeertaal Haskell. * [Curried Functions](./curried-functions) \ No newline at end of file