From ea622f5f1ff44f4e2113fd458a16f8596a111304 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Wed, 18 Apr 2018 01:39:33 +0100 Subject: [PATCH] hero/code160: Fix title Thanks to @Nozdrum on twitter for catching this --- cmuratori/hero/code/code160.hmml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmuratori/hero/code/code160.hmml b/cmuratori/hero/code/code160.hmml index c1ad1ac..7696fc8 100644 --- a/cmuratori/hero/code/code160.hmml +++ b/cmuratori/hero/code/code160.hmml @@ -1,4 +1,4 @@ -[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Introduction to General Purpose Allocation" vod_platform=youtube id=MyGsWY6dezE annotator=debiatan annotator=ZedZull] +[video member=cmuratori stream_platform=twitch stream_username=handmade_hero project=code title="Basic General Purpose Allocation" vod_platform=youtube id=MyGsWY6dezE annotator=debiatan annotator=ZedZull] [00:00:13][Recap and plan for the day] [00:01:54][Plan for today: Writing our own general-purpose memory allocator] [00:04:12][Ode to stack memory allocation]