From 936f07f9a444036fe86442c919940ea0e4fb0a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fri=C3=B0rik=20=C3=81smundsson?= Date: Sun, 16 Jul 2023 09:00:21 +0000 Subject: [PATCH] fix: typo when listing the number of system actors (#1315) Co-authored-by: smagdali --- content/systems/filecoin_vm/sysactors/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/systems/filecoin_vm/sysactors/_index.md b/content/systems/filecoin_vm/sysactors/_index.md index a9ae8a58a..c4e4162dc 100644 --- a/content/systems/filecoin_vm/sysactors/_index.md +++ b/content/systems/filecoin_vm/sysactors/_index.md @@ -14,7 +14,7 @@ dashboardTests: 0 There are eleven (11) builtin System Actors in total, but not all of them interact with the VM. Each actor is identified by a _Code ID_ (or CID). -There are two system actors required for VM processing: +There are four (4) system actors required for VM processing: - the [InitActor](sysactors#initactor), which initializes new actors and records the network name, and - the [CronActor](sysactors#cronactor), a scheduler actor that runs critical functions at every epoch.