From 87e101ac0288bd30bf9853052f48fac79ee493f3 Mon Sep 17 00:00:00 2001 From: Robbian Saputra Gumay <120354104+Alice699@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:30:35 +0700 Subject: [PATCH 1/2] docs: fix typos and grammar in glossary.md --- docs/builder/glossary.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/builder/glossary.md b/docs/builder/glossary.md index 923aca9d..1d0e6898 100644 --- a/docs/builder/glossary.md +++ b/docs/builder/glossary.md @@ -2,7 +2,7 @@ ## Account -An account is a data structure that represents an entity (user account, smart contract) of the Miden blockchain, they are analogous to smart contracts. +An account is a data structure that represents an entity (user account or smart contract) on the Miden blockchain. It is analogous to a smart contract. ## Account builder @@ -14,7 +14,7 @@ Represents the executable code associated with an account. ## AccountComponent -An AccountComponent can be described as a modular unit of code to represent the functionality of a Miden Account. Each AccountCode is composed of multiple AccountComponent's. +An AccountComponent can be described as a modular unit of code to represent the functionality of a Miden Account. Each AccountCode is composed of multiple AccountComponents. ## AccountId @@ -34,7 +34,7 @@ An Asset represents a digital resource with value that can be owned, transferred ## AssetVault -The AssetVault is used for managing assets within accounts. It provides a way for storing and transfering assets associated with each account. +The AssetVault is used for managing assets within accounts. It provides a way for storing and transferring assets associated with each account. ## Batch @@ -86,4 +86,4 @@ A Prover is responsible for generating zero-knowledge proofs that attest to the ## Word -A Word is a data structure that represents the basic unit of computation and storage in Miden, it is composed or four Felt's. +A Word is a data structure that represents the basic unit of computation and storage in Miden. It is composed of four Felts. From 71c8e6337469315907c0dddea0f2b9e804d54ce9 Mon Sep 17 00:00:00 2001 From: Robbian Saputra Gumay <120354104+Alice699@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:48:36 +0700 Subject: [PATCH 2/2] Refine AssetVault description for clarity Corrected phrasing for clarity in AssetVault section. --- docs/builder/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builder/glossary.md b/docs/builder/glossary.md index 1d0e6898..a991981d 100644 --- a/docs/builder/glossary.md +++ b/docs/builder/glossary.md @@ -34,7 +34,7 @@ An Asset represents a digital resource with value that can be owned, transferred ## AssetVault -The AssetVault is used for managing assets within accounts. It provides a way for storing and transferring assets associated with each account. +The AssetVault is used for managing assets within accounts. It provides a way to store and transfer assets associated with each account. ## Batch