Skip to content

Commit 56f263e

Browse files
Stebalienraulk
andauthored
chore: fix typo in sdk documentation
Co-authored-by: raulk <raul@protocol.ai>
1 parent f0c7e56 commit 56f263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/ipld.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub fn get(cid: &Cid) -> SyscallResult<Vec<u8>> {
4040
}
4141

4242
/// Gets the data of the block referenced by BlockId. If the caller knows the size, this function
43-
/// will read the block in syscall. Otherwise, any block over 1KiB will take two syscalls.
43+
/// will read the block in a single syscall. Otherwise, any block over 1KiB will take two syscalls.
4444
pub fn get_block(id: fvm_shared::sys::BlockId, size_hint: Option<u32>) -> SyscallResult<Vec<u8>> {
4545
// Check for the "empty" block first.
4646
if id == UNIT {

0 commit comments

Comments
 (0)