From 17f296d493e187a38e473e1022d64a31df29d2f1 Mon Sep 17 00:00:00 2001 From: James Diacono Date: Fri, 24 Jan 2025 11:59:32 +1100 Subject: [PATCH] fix page title --- site/tutorial/reuse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/tutorial/reuse.html b/site/tutorial/reuse.html index 8ae81e4d..a5f42c7d 100644 --- a/site/tutorial/reuse.html +++ b/site/tutorial/reuse.html @@ -3,7 +3,7 @@ - μFork Tutorial: Off To The Races + μFork Tutorial: Reduce, Reuse, Recycle @@ -19,7 +19,7 @@

µFork Tutorial

-

Reduce, Reuse, Recycle

+

Reduce, Reuse, Recycle

Both code and data structures in uFork are immutable. This makes it safe to share these structures among actors.