Skip to content

Commit

Permalink
fix: typo in comments
Browse files Browse the repository at this point in the history
fix minimal typo in comment
  • Loading branch information
cogoo authored and t-nelson committed Oct 19, 2021
1 parent 3b48fa0 commit 0a5e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rust/transfer-lamports/src/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub fn process_instruction(
accounts: &[AccountInfo],
_instruction_data: &[u8],
) -> ProgramResult {
// Create in iterator to safety reference accounts in the slice
// Create an iterator to safely reference accounts in the slice
let account_info_iter = &mut accounts.iter();

// As part of the program specification the first account is the source
Expand Down

0 comments on commit 0a5e952

Please sign in to comment.