From 198b5ccccad496fed4600c398c7e463f089505f5 Mon Sep 17 00:00:00 2001 From: peicuiping Date: Tue, 31 Dec 2024 14:49:15 +0800 Subject: [PATCH] chore: fix some typos in comment Signed-off-by: peicuiping --- .../src/base/token_uris/traits/follow.cairo.gcov.html | 2 +- .../src/base/token_uris/traits/handle.cairo.gcov.html | 2 +- coverage/coverage_report/src/mocks/registry.cairo.gcov.html | 2 +- src/base/token_uris/traits/follow.cairo | 2 +- src/base/token_uris/traits/handle.cairo | 2 +- src/mocks/registry.cairo | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/coverage/coverage_report/src/base/token_uris/traits/follow.cairo.gcov.html b/coverage/coverage_report/src/base/token_uris/traits/follow.cairo.gcov.html index 1182c69..e49b3bc 100644 --- a/coverage/coverage_report/src/base/token_uris/traits/follow.cairo.gcov.html +++ b/coverage/coverage_report/src/base/token_uris/traits/follow.cairo.gcov.html @@ -68,7 +68,7 @@ 6 0 : pub fn get_svg_follow(follow_token_id: u256) -> ByteArray { 7 0 : let mut svg = ArrayTrait::<felt252>::new(); 8 0 : let color_code = get_random_color(follow_token_id); - 9 : /// TODO chnage the circle svg to desired svg + 9 : /// TODO change the circle svg to desired svg 10 0 : svg.append('<svg width="100" height="100"'); 11 0 : svg.append('xmlns="http://www.w3.org/2000/'); 12 0 : svg.append('svg"> <circle cx="50" cy="50"'); diff --git a/coverage/coverage_report/src/base/token_uris/traits/handle.cairo.gcov.html b/coverage/coverage_report/src/base/token_uris/traits/handle.cairo.gcov.html index 7faac7f..e8771eb 100644 --- a/coverage/coverage_report/src/base/token_uris/traits/handle.cairo.gcov.html +++ b/coverage/coverage_report/src/base/token_uris/traits/handle.cairo.gcov.html @@ -68,7 +68,7 @@ 6 0 : pub fn get_svg_handle(token_id: u256, local_name: felt252, namespace: felt252) -> ByteArray { 7 0 : let mut svg = ArrayTrait::<felt252>::new(); 8 0 : let color_code = get_random_color(local_name); - 9 : /// TODO chnage the circle svg to desired svg + 9 : /// TODO change the circle svg to desired svg 10 0 : svg.append('<svg width="100" height="100"'); 11 0 : svg.append('xmlns="http://www.w3.org/2000/'); 12 0 : svg.append('svg"> <circle cx="50" cy="50"'); diff --git a/coverage/coverage_report/src/mocks/registry.cairo.gcov.html b/coverage/coverage_report/src/mocks/registry.cairo.gcov.html index 1cd2998..f635b59 100644 --- a/coverage/coverage_report/src/mocks/registry.cairo.gcov.html +++ b/coverage/coverage_report/src/mocks/registry.cairo.gcov.html @@ -84,7 +84,7 @@ 22 : } 23 : 24 : /// @notice Emitted when a new tokenbound account is deployed/created - 25 : /// @param account_address the deployed contract address of the tokenbound acccount + 25 : /// @param account_address the deployed contract address of the tokenbound account 26 : /// @param token_contract the contract address of the NFT 27 : /// @param token_id the ID of the NFT 28 : #[derive(Drop, starknet::Event)] diff --git a/src/base/token_uris/traits/follow.cairo b/src/base/token_uris/traits/follow.cairo index 124d5e8..4b2a0cd 100644 --- a/src/base/token_uris/traits/follow.cairo +++ b/src/base/token_uris/traits/follow.cairo @@ -6,7 +6,7 @@ pub mod follow { pub fn get_svg_follow(follow_token_id: u256) -> ByteArray { let mut svg = ArrayTrait::::new(); let color_code = get_random_color(follow_token_id); - /// TODO chnage the circle svg to desired svg + /// TODO change the circle svg to desired svg svg.append(' ByteArray { let mut svg = ArrayTrait::::new(); let color_code = get_random_color(local_name); - /// TODO chnage the circle svg to desired svg + /// TODO change the circle svg to desired svg svg.append('