From d25edf965a092aed890fccaad31f7c75dffa8cde Mon Sep 17 00:00:00 2001 From: aizichen <1098679804@qq.com> Date: Sat, 13 Mar 2021 16:35:45 +0800 Subject: [PATCH] Typo --- tutorial/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/README.md b/tutorial/README.md index d162c10..45006a5 100644 --- a/tutorial/README.md +++ b/tutorial/README.md @@ -36,7 +36,7 @@ Tutorial Summary - 01-tutorial.lisp - Hello World - 02-tutorial.lisp - Closures in CLOG - 03-tutorial.lisp - Events fire in parallel -- 05-tutorial.lisp - The event target, reusing event handlers +- 04-tutorial.lisp - The event target, reusing event handlers - 05-tutorial.lisp - Using connection-data-item - 06-tutorial.lisp - Tasking and events - 07-tutorial.lisp - My first CLOG video game (and handling disconnects)