From 9c72faf11351c95754a4dffb630e22c51dd7312a Mon Sep 17 00:00:00 2001 From: zhoufanjin Date: Sat, 27 Jul 2024 19:40:07 +0800 Subject: [PATCH] chore: fix comment Signed-off-by: zhoufanjin --- tests/errors/programs/errors/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/errors/programs/errors/src/lib.rs b/tests/errors/programs/errors/src/lib.rs index e13d8d4af8..168015f405 100644 --- a/tests/errors/programs/errors/src/lib.rs +++ b/tests/errors/programs/errors/src/lib.rs @@ -1,4 +1,4 @@ -//! This example demonstrates how custom errors and associated error messsages +//! This example demonstrates how custom errors and associated error messages //! can be defined and transparently propagated to clients. use anchor_lang::prelude::*;