aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md2
-rw-r--r--src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
index fe1ca5d..bce440f 100644
--- a/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
+++ b/src/blog/2025-01-21-taming-cpp-templates/taming-cpp-templates.md
@@ -269,7 +269,7 @@ A classic example is
269[`std::tuple`](https://en.cppreference.com/w/cpp/utility/tuple), which 269[`std::tuple`](https://en.cppreference.com/w/cpp/utility/tuple), which
270works similarly to `std::pair`, but accepts any number of items. 270works similarly to `std::pair`, but accepts any number of items.
271 271
272## Contraints and concepts 272## Constraints and concepts
273 273
274To explain the last features I want to talk about, I am going to use a 274To explain the last features I want to talk about, I am going to use a
275simlpe, albeit slightly unusual, example: let's implement a class 275simlpe, albeit slightly unusual, example: let's implement a class
diff --git a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
index e17f89d..094c88c 100644
--- a/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
+++ b/src/blog/2025-06-13-cargo-culture-shock/cargo-culture-shock.md
@@ -325,8 +325,8 @@ Apart from the
325installation process and the dependency management, my first impression 325installation process and the dependency management, my first impression
326of Rust is quite positive. But as I said, I am just getting started 326of Rust is quite positive. But as I said, I am just getting started
327and my judgement is very superficial. I do want to write some small 327and my judgement is very superficial. I do want to write some small
328project in Rust, and I think I'll start from re-writing a simple [math 328project in Rust, and I think I'll start from re-writing a simple
329library for modular arithmetic](../2025-01-21-taming-cpp-templates) 329[math library for modular arithmetic](../2025-01-21-taming-cpp-templates/#constraints-and-concepts)
330that I wrote in C++ some time ago. 330that I wrote in C++ some time ago.
331 331
332Stay tuned for more 🦀 332Stay tuned for more 🦀

Generated with cgit - Back to sebastiano.tronto.net