diff --git a/sips/sip-010/sip-010-fungible-token-standard.md b/sips/sip-010/sip-010-fungible-token-standard.md index 76b6c978..f3e81f92 100644 --- a/sips/sip-010/sip-010-fungible-token-standard.md +++ b/sips/sip-010/sip-010-fungible-token-standard.md @@ -69,7 +69,7 @@ When returning an error in this function, the error codes should follow the same Contract implementers should take note that in Stacks 2.0, the memo field won't be included in the event emitted by successful `ft-transfer?` operations. As a consequence, if compliance with exchanges is a requirement, it is recommended to emit an event including the memo, by adding a `print` statement if the `ft-transfer?` is successful. -Exemple: +Example: ``` ...