Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0a5e952

Browse files
cogoot-nelson
authored andcommitted
fix: typo in comments
fix minimal typo in comment
1 parent 3b48fa0 commit 0a5e952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rust/transfer-lamports/src/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub fn process_instruction(
1212
accounts: &[AccountInfo],
1313
_instruction_data: &[u8],
1414
) -> ProgramResult {
15-
// Create in iterator to safety reference accounts in the slice
15+
// Create an iterator to safely reference accounts in the slice
1616
let account_info_iter = &mut accounts.iter();
1717

1818
// As part of the program specification the first account is the source

0 commit comments

Comments
 (0)