From 688938f23d0ade4c6c76cbda4cc26eac0be935a5 Mon Sep 17 00:00:00 2001 From: dulanting Date: Mon, 13 Oct 2025 14:39:39 +0800 Subject: [PATCH] chore: fix typo in README.md Signed-off-by: dulanting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 190d441e01..ccb217c44d 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ extern "C" { /// greater than 1 in case of error. fn ed25519_batch_verify(messages_ptr: u32, signatures_ptr: u32, public_keys_ptr: u32) -> u32; - /// Writes a debug message (UFT-8 encoded) to the host for debugging purposes. + /// Writes a debug message (UTF-8 encoded) to the host for debugging purposes. /// The host is free to log or process this in any way it considers appropriate. /// In production environments it is expected that those messages are discarded. fn debug(source_ptr: u32);