Skip to content

Commit

Permalink
[examples] Remove redundant slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeonacid authored Dec 21, 2024
1 parent f321519 commit 670ccd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public fun update_authorized_individuals(

/// Process a payment that has been made, removing it from the register and
/// returning the coin that can then be combined or sent elsewhere by the authorized individual.
/// Payments can only be processed by either an account in the / `authorized_individuals` set or by the owner of the cash register.
/// Payments can only be processed by either an account in the `authorized_individuals` set or by the owner of the cash register.
public fun process_payment(
register: &mut CashRegister,
payment_id: u64,
Expand Down

0 comments on commit 670ccd9

Please sign in to comment.