We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b64af6 commit 8743bc3Copy full SHA for 8743bc3
libwasmvm/src/error/go.rs
@@ -52,7 +52,7 @@ impl GoError {
52
/// If it is GoError::User the error message will be returned to the contract.
53
/// Otherwise, the returned error will trigger a trap in the VM and abort contract execution immediately.
54
///
55
- /// This reads data from an externally provided `UnmanagedVector` and assumes UFT-8 encoding. To protect
+ /// This reads data from an externally provided `UnmanagedVector` and assumes UTF-8 encoding. To protect
56
/// against invalid UTF-8 data, a lossy conversion to string is used. The data is limited to 8KB in order
57
/// to protect against long externally generated error messages.
58
0 commit comments