From 4d9df62cdaaaef1f0b52b61e01e252010a0483f2 Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Fri, 22 Sep 2023 17:08:15 +0200 Subject: [PATCH] Update docs/modalities.md Co-authored-by: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> --- docs/modalities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modalities.md b/docs/modalities.md index 9cf9d966..5f620903 100644 --- a/docs/modalities.md +++ b/docs/modalities.md @@ -120,7 +120,7 @@ mode cannot be changed once the contract has been installed. The mode is set by ## AllowMinting -By switching allow_minting to false we pause minting. Reverts with MintingIsPaused error if allow_minting is false. This modality provides two options: +The `AllowMinting` modality dictates the ability for **any** entity to mint or not. If `allow_minting` is set to false, any attempt to mint will revert with a `MintingIsPaused` error. This modality provides two options: | AllowMinting | bool | | ------------ | ---- |