Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos and Improve Comments Across Multiple Files #169

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Himess
Copy link

@Himess Himess commented Jan 22, 2025

This PR fixes typos and improves comments across several files in the protocol-periphery-v1 repository. Below are the details of the changes:

1-IOrgStoryNFTFactory.sol:
Corrected "a OrgStoryNFT" to "an OrgStoryNFT".
Fixed "signautre" to "signature".
Corrected "dployed" to "deployed".
Fixed "orgnization" to "organization".

2-IStoryBadgeNFT.sol:
Fixed "signautre" to "signature".

3-Errors.sol:
Corrected "exceed" to "exceeds".

4-MetadataHelper.sol:
Removed duplicate comment for the metadata function.

5-PermissionHelper.sol:
Corrected "mutiple" to "multiple".

6-CachableNFT.sol:
Updated a comment for better clarity:
From: "Mints NFTs to the cache."
To: "Mints NFTs and adds them to the cache."

7-OrgStoryNFTFactory.sol:
Fixed "signautre" to "signature".
Corrected "dployed" to "deployed" in two locations.

8-StoryBadgeNFT.sol:
Fixed "signautre" to "signature".

9-SPGNFT.sol:
Corrected "SPGNFTSotrage" to "SPGNFTStorage".

These changes enhance code readability and accuracy without modifying the logic or functionality of the contracts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant