Skip to content

Commit 830cc69

Browse files
authored
chore: fix typo in README.md (#2556)
1 parent 58d7ab3 commit 830cc69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ extern "C" {
376376
/// greater than 1 in case of error.
377377
fn ed25519_batch_verify(messages_ptr: u32, signatures_ptr: u32, public_keys_ptr: u32) -> u32;
378378

379-
/// Writes a debug message (UFT-8 encoded) to the host for debugging purposes.
379+
/// Writes a debug message (UTF-8 encoded) to the host for debugging purposes.
380380
/// The host is free to log or process this in any way it considers appropriate.
381381
/// In production environments it is expected that those messages are discarded.
382382
fn debug(source_ptr: u32);

0 commit comments

Comments
 (0)