From 4223428ef95b5832beb0dc7f465f54d629d067f1 Mon Sep 17 00:00:00 2001 From: Money Bund <148772726+MoneyBund@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:28:46 +0800 Subject: [PATCH] chore: fix docs (#362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What ❔ - fix docs ## Why ❔ image ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs). - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [x] Code has been formatted via `zk fmt` and `zk lint`. --- docs/advanced/contracts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/advanced/contracts.md b/docs/advanced/contracts.md index a6d0bb696033..9b44268827c0 100644 --- a/docs/advanced/contracts.md +++ b/docs/advanced/contracts.md @@ -42,7 +42,8 @@ cheaper modifications and increased flexibility. Small note on system contracts: as mentioned above, we moved some of the VM logic into system contracts, which allows us to keep VM simpler (and with this - keep the proving system simpler). -You can see the full list (and codes) of the system contracts here: . +You can see the full list (and codes) of the system contracts here: +. While some of them are not really visible to the contract developer (like the fact that we're running a special `Bootleader` to package a bunch of transactions together - more info in a future article) - some others are very