Skip to content

Commit

Permalink
fix page title
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdiacono committed Jan 24, 2025
1 parent 23e7c45 commit 17f296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/tutorial/reuse.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>μFork Tutorial: Off To The Races</title>
<title>μFork Tutorial: Reduce, Reuse, Recycle</title>
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" href="../main.css">
<link rel="stylesheet" href="tutorial.css">
Expand All @@ -19,7 +19,7 @@ <h1>µFork Tutorial</h1>
<ul><li><a href="../">Home</a></li></ul>
</header>
<main>
<h2 name="cell">Reduce, Reuse, Recycle</h2>
<h2 name="reuse">Reduce, Reuse, Recycle</h2>
<p>
Both code and data structures in uFork are immutable.
This makes it safe to share these structures among actors.
Expand Down

0 comments on commit 17f296d

Please sign in to comment.